[gtk+] Fix a minor typo



commit d51e8a73cb513e0df337d577daefb9f1fa3832f7
Author: Piotr Drąg <piotrdrag gmail com>
Date:   Tue Jul 7 21:51:55 2015 +0200

    Fix a minor typo

 gtk/gtkfilechooserwidget.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtkfilechooserwidget.c b/gtk/gtkfilechooserwidget.c
index fb4c083..3e943b7 100644
--- a/gtk/gtkfilechooserwidget.c
+++ b/gtk/gtkfilechooserwidget.c
@@ -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 */


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]