[Xfce4-commits] <thunar:master> Fix typo of Trash in standard view (bug #9437).

Nick Schermer noreply at xfce.org
Thu Nov 1 20:00:01 CET 2012


Updating branch refs/heads/master
         to b0ddb08e2d4a68c5360662112bb71544dd6cf2e0 (commit)
       from 70a4301660b81ecd7dc13845bfa14b625fe2e311 (commit)

commit b0ddb08e2d4a68c5360662112bb71544dd6cf2e0
Author: Serg Bormant <bormant at gmail.com>
Date:   Thu Nov 1 19:59:06 2012 +0100

    Fix typo of Trash in standard view (bug #9437).

 thunar/thunar-standard-view.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/thunar/thunar-standard-view.c b/thunar/thunar-standard-view.c
index a588dbf..53443d2 100644
--- a/thunar/thunar-standard-view.c
+++ b/thunar/thunar-standard-view.c
@@ -384,7 +384,7 @@ static const GtkActionEntry action_entries[] =
   { "cut", GTK_STOCK_CUT, N_ ("Cu_t"), NULL, NULL, G_CALLBACK (thunar_standard_view_action_cut), },
   { "copy", GTK_STOCK_COPY, N_ ("_Copy"), NULL, NULL, G_CALLBACK (thunar_standard_view_action_copy), },
   { "paste", GTK_STOCK_PASTE, N_ ("_Paste"), NULL, N_ ("Move or copy files previously selected by a Cut or Copy command"), G_CALLBACK (thunar_standard_view_action_paste), },
-  { "move-to-trash", THUNAR_STOCK_TRASH_FULL, N_ ("Mo_ve to Tash"), NULL, NULL, G_CALLBACK (thunar_standard_view_action_move_to_trash), },
+  { "move-to-trash", THUNAR_STOCK_TRASH_FULL, N_ ("Mo_ve to Trash"), NULL, NULL, G_CALLBACK (thunar_standard_view_action_move_to_trash), },
   { "delete", GTK_STOCK_DELETE, N_ ("_Delete"), NULL, NULL, G_CALLBACK (thunar_standard_view_action_delete), },
   { "paste-into-folder", GTK_STOCK_PASTE, N_ ("Paste Into Folder"), NULL, N_ ("Move or copy files previously selected by a Cut or Copy command into the selected folder"), G_CALLBACK (thunar_standard_view_action_paste_into_folder), },
   { "select-all-files", NULL, N_ ("Select _all Files"), NULL, N_ ("Select all files in this window"), G_CALLBACK (thunar_standard_view_action_select_all_files), },


More information about the Xfce4-commits mailing list