Fix a minor typo
authorPiotr Drąg <piotrdrag@gmail.com>
Tue, 7 Jul 2015 19:51:55 +0000 (21:51 +0200)
committerPiotr Drąg <piotrdrag@gmail.com>
Tue, 7 Jul 2015 19:51:55 +0000 (21:51 +0200)
gtk/gtkfilechooserwidget.c

index fb4c083fa56ea844696f9be6d95cfedacd147b72..3e943b7037e967de6a4680861f3b0b144fe4d71a 100644 (file)
@@ -864,7 +864,7 @@ error_trashing_file (GtkFileChooserWidget *impl,
                      GFile                *file,
                      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 */