diff --git a/gtk/gtkfilechooserdefault.c b/gtk/gtkfilechooserdefault.c index 7f52872159..2438b8b895 100644 --- a/gtk/gtkfilechooserdefault.c +++ b/gtk/gtkfilechooserdefault.c @@ -769,7 +769,7 @@ static void error_filename_to_long_dialog (GtkFileChooserDefault *impl) { error_message (impl, - _("Cannot create file as the filename is to long"), + _("Cannot create file as the filename is too long"), _("Try using a shorter name.")); }