From e2036a3986fc7c6c057c22cf05fbe6307a910267 Mon Sep 17 00:00:00 2001 From: Jiro Matsuzawa Date: Thu, 5 Sep 2013 01:39:16 +0900 Subject: [PATCH] Fix a typo in an error message https://bugzilla.gnome.org/show_bug.cgi?id=707488 --- gtk/gtkfilechooserdefault.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.")); }