]> granicus.if.org Git - transmission/commitdiff
(gtk) fix r6263 error
authorCharles Kerr <charles@transmissionbt.com>
Mon, 30 Jun 2008 15:04:18 +0000 (15:04 +0000)
committerCharles Kerr <charles@transmissionbt.com>
Mon, 30 Jun 2008 15:04:18 +0000 (15:04 +0000)
gtk/actions.c

index 0d5601937a889f895710d25d27644947e7da6a7b..1c398a815f0903974b6373474d8031562a11b3d3 100644 (file)
@@ -128,7 +128,7 @@ static GtkActionEntry entries[] =
   { "open-torrent-folder", GTK_STOCK_OPEN,
     N_("_Open Folder"), NULL, NULL, G_CALLBACK(action_cb) },
   { "show-about-dialog", GTK_STOCK_ABOUT, NULL, NULL, NULL, G_CALLBACK(action_cb) },
-  { "help", GTK_STOCK_HELP, "_Contents", "F1", NULL, NULL, G_CALLBACK(action_cb) },
+  { "help", GTK_STOCK_HELP, N_("_Contents"), "F1", NULL, G_CALLBACK(action_cb) },
   { "update-tracker", GTK_STOCK_NETWORK,
     N_("Ask Tracker for _More Peers"), NULL, NULL, G_CALLBACK(action_cb) }
 };