From d51e8a73cb513e0df337d577daefb9f1fa3832f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Dr=C4=85g?= Date: Tue, 7 Jul 2015 21:51:55 +0200 Subject: Fix a minor typo --- gtk/gtkfilechooserwidget.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk/gtkfilechooserwidget.c') diff --git a/gtk/gtkfilechooserwidget.c b/gtk/gtkfilechooserwidget.c index fb4c083fa5..3e943b7037 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 */ -- cgit v1.2.1