mirror of
https://github.com/transmission/transmission
synced 2024-12-23 00:04:06 +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,
|
||||
N_("Re_check"), NULL, NULL, G_CALLBACK(action_cb) },
|
||||
{ "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,
|
||||
N_("_Remove"), "<control>R", NULL, G_CALLBACK(action_cb) },
|
||||
{ "create-torrent", GTK_STOCK_NEW,
|
||||
|
|
Loading…
Reference in a new issue