[Xfce4-commits] <xfdesktop:master> Fix a dialog title.
Jannis Pohlmann
noreply at xfce.org
Tue Nov 2 01:14:41 CET 2010
Updating branch refs/heads/master
to cf957cfa1aafd141b811c0890a3fd8d413b321c8 (commit)
from c77a5421a1e8ac37d78746c413a7b636b3c510f2 (commit)
commit cf957cfa1aafd141b811c0890a3fd8d413b321c8
Author: Jannis Pohlmann <jannis at xfce.org>
Date: Tue Oct 26 21:34:46 2010 +0200
Fix a dialog title.
src/xfdesktop-file-utils.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/xfdesktop-file-utils.c b/src/xfdesktop-file-utils.c
index a3d925f..6b64593 100644
--- a/src/xfdesktop-file-utils.c
+++ b/src/xfdesktop-file-utils.c
@@ -751,7 +751,7 @@ xfdesktop_file_utils_trash_files(GList *files,
g_free(display_name);
} else {
xfce_message_dialog(parent,
- _("Delete Error"), GTK_STOCK_DIALOG_ERROR,
+ _("Trash Error"), GTK_STOCK_DIALOG_ERROR,
_("The selected files could not be moved to the trash"),
_("This feature requires a trash service to "
"be present (such as the one supplied by Thunar)."),
More information about the Xfce4-commits
mailing list