[Xfce4-commits] <thunar:master> Make Desktop in Go menu translatable (bug #9616).
Nick Schermer
noreply at xfce.org
Sat Dec 15 18:52:01 CET 2012
Updating branch refs/heads/master
to 22286290f3c877a523f7496aaf2d51981e867edc (commit)
from a9225278993c8e072bc0ac79ce1382fc7dcfca94 (commit)
commit 22286290f3c877a523f7496aaf2d51981e867edc
Author: Serg Bormant <bormant at gmail.com>
Date: Sat Dec 15 18:50:27 2012 +0100
Make Desktop in Go menu translatable (bug #9616).
thunar/thunar-window.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/thunar/thunar-window.c b/thunar/thunar-window.c
index d900efb..f554d65 100644
--- a/thunar/thunar-window.c
+++ b/thunar/thunar-window.c
@@ -358,7 +358,7 @@ static GtkActionEntry action_entries[] =
{ "go-menu", NULL, N_ ("_Go"), NULL, },
{ "open-parent", GTK_STOCK_GO_UP, N_ ("Open _Parent"), "<alt>Up", N_ ("Open the parent folder"), G_CALLBACK (thunar_window_action_go_up), },
{ "open-home", GTK_STOCK_HOME, N_ ("_Home"), "<alt>Home", N_ ("Go to the home folder"), G_CALLBACK (thunar_window_action_open_home), },
- { "open-desktop", THUNAR_STOCK_DESKTOP, "Desktop", NULL, N_ ("Go to the desktop folder"), G_CALLBACK (thunar_window_action_open_desktop), },
+ { "open-desktop", THUNAR_STOCK_DESKTOP, N_ ("Desktop"), NULL, N_ ("Go to the desktop folder"), G_CALLBACK (thunar_window_action_open_desktop), },
{ "open-file-system", GTK_STOCK_HARDDISK, N_ ("File System"), NULL, N_ ("Browse the file system"), G_CALLBACK (thunar_window_action_open_file_system), },
{ "open-network", GTK_STOCK_NETWORK, N_("B_rowse Network"), NULL, N_ ("Browse local network connections"), G_CALLBACK (thunar_window_action_open_network), },
{ "open-templates", THUNAR_STOCK_TEMPLATES, N_("T_emplates"), NULL, N_ ("Go to the templates folder"), G_CALLBACK (thunar_window_action_open_templates), },
More information about the Xfce4-commits
mailing list