[Xfce4-commits] <xfdesktop:jannis/port-to-gio> Fix a dialog title.

Jannis Pohlmann noreply at xfce.org
Tue Oct 26 21:36:02 CEST 2010


Updating branch refs/heads/jannis/port-to-gio
         to 3d69f14d6c71f45ca3aa445dc5c8807297f184ba (commit)
       from 6d443f7720351c47028f8a3db66d9cd2751357f5 (commit)

commit 3d69f14d6c71f45ca3aa445dc5c8807297f184ba
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