diff options
author | Jiro Matsuzawa <jmatsuzawa@gnome.org> | 2013-09-05 01:39:16 +0900 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2013-09-04 19:40:59 -0400 |
commit | e2036a3986fc7c6c057c22cf05fbe6307a910267 (patch) | |
tree | 97680ceecec87639930afd165dd6b03eef0eac7b /gtk/gtkfilechooserdefault.c | |
parent | 5ed8db986fbfe1720d360af502b99aabd45d9312 (diff) | |
download | gtk+-e2036a3986fc7c6c057c22cf05fbe6307a910267.tar.gz |
Fix a typo in an error message
https://bugzilla.gnome.org/show_bug.cgi?id=707488
Diffstat (limited to 'gtk/gtkfilechooserdefault.c')
-rw-r--r-- | gtk/gtkfilechooserdefault.c | 2 |
1 files changed, 1 insertions, 1 deletions
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.")); } |