[gtk+] Fix a typo in an error message



commit e2036a3986fc7c6c057c22cf05fbe6307a910267
Author: Jiro Matsuzawa <jmatsuzawa gnome org>
Date:   Thu Sep 5 01:39:16 2013 +0900

    Fix a typo in an error message
    
    https://bugzilla.gnome.org/show_bug.cgi?id=707488

 gtk/gtkfilechooserdefault.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtkfilechooserdefault.c b/gtk/gtkfilechooserdefault.c
index 7f52872..2438b8b 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."));
 }
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]