diff options
author | Piotr Drąg <piotrdrag@gmail.com> | 2015-07-07 21:51:55 +0200 |
---|---|---|
committer | Piotr Drąg <piotrdrag@gmail.com> | 2015-07-07 21:51:55 +0200 |
commit | d51e8a73cb513e0df337d577daefb9f1fa3832f7 (patch) | |
tree | d024d65de2eaa2891cf618b71068c2b51d71646f /gtk/gtkfilechooserwidget.c | |
parent | 254f13d103ae9133ca6b0ed088a0ae3da7cc6e74 (diff) | |
download | gtk+-d51e8a73cb513e0df337d577daefb9f1fa3832f7.tar.gz |
Fix a minor typo
Diffstat (limited to 'gtk/gtkfilechooserwidget.c')
-rw-r--r-- | gtk/gtkfilechooserwidget.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |