Fix a typo in an error message

https://bugzilla.gnome.org/show_bug.cgi?id=707488
This commit is contained in:
Jiro Matsuzawa
2013-09-05 01:39:16 +09:00
committed by Matthias Clasen
parent 5ed8db986f
commit e2036a3986

View File

@@ -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."));
}