projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
254f13d
)
Fix a minor typo
author
Piotr Drąg
<piotrdrag@gmail.com>
Tue, 7 Jul 2015 19:51:55 +0000
(21:51 +0200)
committer
Piotr Drąg
<piotrdrag@gmail.com>
Tue, 7 Jul 2015 19:51:55 +0000
(21:51 +0200)
gtk/gtkfilechooserwidget.c
patch
|
blob
|
history
diff --git
a/gtk/gtkfilechooserwidget.c
b/gtk/gtkfilechooserwidget.c
index fb4c083fa56ea844696f9be6d95cfedacd147b72..3e943b7037e967de6a4680861f3b0b144fe4d71a 100644
(file)
--- 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 move
d
to the Trash"), file, error);
}
/* Changes folders, displaying an error dialog if this fails */