mirror of
https://github.com/transmission/transmission
synced 2024-12-23 08:13:27 +00:00
s/Stop/Pause/
This commit is contained in:
parent
6d5182af60
commit
985b34a32f
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ static GtkActionEntry entries[] =
|
||||||
{ "recheck-torrent", GTK_STOCK_REFRESH,
|
{ "recheck-torrent", GTK_STOCK_REFRESH,
|
||||||
N_("Re_check"), NULL, NULL, G_CALLBACK(action_cb) },
|
N_("Re_check"), NULL, NULL, G_CALLBACK(action_cb) },
|
||||||
{ "stop-torrent", GTK_STOCK_MEDIA_PAUSE,
|
{ "stop-torrent", GTK_STOCK_MEDIA_PAUSE,
|
||||||
N_("S_top"), "<control>T", NULL, G_CALLBACK(action_cb) },
|
N_("_Pause"), "<control>P", NULL, G_CALLBACK(action_cb) },
|
||||||
{ "remove-torrent", GTK_STOCK_REMOVE,
|
{ "remove-torrent", GTK_STOCK_REMOVE,
|
||||||
N_("_Remove"), "<control>R", NULL, G_CALLBACK(action_cb) },
|
N_("_Remove"), "<control>R", NULL, G_CALLBACK(action_cb) },
|
||||||
{ "create-torrent", GTK_STOCK_NEW,
|
{ "create-torrent", GTK_STOCK_NEW,
|
||||||
|
|
Loading…
Reference in a new issue