Fix a minor typo

This commit is contained in:
Piotr Drąg 2015-07-07 21:51:55 +02:00
parent 254f13d103
commit d51e8a73cb

View File

@ -864,7 +864,7 @@ error_trashing_file (GtkFileChooserWidget *impl,
GFile *file, GFile *file,
GError *error) GError *error)
{ {
error_dialog (impl, _("The file could not be move to the Trash"), file, error); error_dialog (impl, _("The file could not be moved to the Trash"), file, error);
} }
/* Changes folders, displaying an error dialog if this fails */ /* Changes folders, displaying an error dialog if this fails */