mirror of
https://github.com/transmission/transmission
synced 2025-02-04 13:32:19 +00:00
more piddly tweaks: more consistency between text in the buttons and tooltips
This commit is contained in:
parent
9cb4b68d1c
commit
0a4b3bd57b
1 changed files with 2 additions and 2 deletions
|
@ -66,7 +66,7 @@ static GtkActionEntry entries[] =
|
|||
{ "edit-menu", NULL, N_("_Edit"), NULL, NULL, NULL },
|
||||
{ "help-menu", NULL, N_("_Help"), NULL, NULL, NULL },
|
||||
{ "priority-menu", NULL, N_("_Priority"), NULL, NULL, NULL },
|
||||
{ "add-torrent", GTK_STOCK_OPEN, NULL, NULL, NULL, G_CALLBACK(action_cb) },
|
||||
{ "add-torrent", GTK_STOCK_OPEN, NULL, NULL, N_("Open Torrent"), G_CALLBACK(action_cb) },
|
||||
{ "start-torrent", GTK_STOCK_MEDIA_PLAY,
|
||||
N_("_Start"), "<control>S", NULL, G_CALLBACK(action_cb) },
|
||||
{ "verify-torrent", NULL,
|
||||
|
@ -88,7 +88,7 @@ static GtkActionEntry entries[] =
|
|||
{ "edit-preferences", GTK_STOCK_PREFERENCES,
|
||||
NULL, NULL, NULL, G_CALLBACK(action_cb) },
|
||||
{ "show-torrent-details", GTK_STOCK_INFO,
|
||||
N_("_Details"), "<alt>Return", NULL, G_CALLBACK(action_cb) },
|
||||
N_("_Details"), "<alt>Return", N_("Torrent Details"), G_CALLBACK(action_cb) },
|
||||
{ "show-about-dialog", GTK_STOCK_ABOUT,
|
||||
N_("_About Transmission"), NULL, NULL, G_CALLBACK(action_cb) },
|
||||
{ "update-tracker", GTK_STOCK_NETWORK,
|
||||
|
|
Loading…
Reference in a new issue