summaryrefslogtreecommitdiff
path: root/gtk/gtkfilechooserdefault.c
diff options
context:
space:
mode:
authorJiro Matsuzawa <jmatsuzawa@gnome.org>2013-09-05 01:39:16 +0900
committerMatthias Clasen <mclasen@redhat.com>2013-09-04 19:40:59 -0400
commite2036a3986fc7c6c057c22cf05fbe6307a910267 (patch)
tree97680ceecec87639930afd165dd6b03eef0eac7b /gtk/gtkfilechooserdefault.c
parent5ed8db986fbfe1720d360af502b99aabd45d9312 (diff)
downloadgtk+-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.c2
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."));
}