mirror of
https://github.com/transmission/transmission
synced 2024-12-23 00:04:06 +00:00
(gtk) fix r6263 error
This commit is contained in:
parent
e7fd11864e
commit
85df568aad
1 changed files with 1 additions and 1 deletions
|
@ -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) }
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue