Fix a typo in an error message
https://bugzilla.gnome.org/show_bug.cgi?id=707488
This commit is contained in:
committed by
Matthias Clasen
parent
5ed8db986f
commit
e2036a3986
@@ -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."));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user