mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-17 06:10:15 +00:00
Fix a minor typo
This commit is contained in:
parent
254f13d103
commit
d51e8a73cb
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user