From: Piotr Drąg Date: Tue, 7 Jul 2015 19:51:55 +0000 (+0200) Subject: Fix a minor typo X-Git-Tag: archive/raspbian/4.4.1+ds1-2+rpi1^2~18^2~24^2~9106 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=d51e8a73cb513e0df337d577daefb9f1fa3832f7;p=gtk4.git Fix a minor typo --- 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 */