s/Stop/Pause/

This commit is contained in:
Charles Kerr 2007-10-06 07:06:37 +00:00
parent 6d5182af60
commit 985b34a32f
1 changed files with 1 additions and 1 deletions

View File

@ -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,