1
0
Fork 0
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:
Charles Kerr 2007-10-10 19:47:55 +00:00
parent 9cb4b68d1c
commit 0a4b3bd57b

View file

@ -66,7 +66,7 @@ static GtkActionEntry entries[] =
{ "edit-menu", NULL, N_("_Edit"), NULL, NULL, NULL }, { "edit-menu", NULL, N_("_Edit"), NULL, NULL, NULL },
{ "help-menu", NULL, N_("_Help"), NULL, NULL, NULL }, { "help-menu", NULL, N_("_Help"), NULL, NULL, NULL },
{ "priority-menu", NULL, N_("_Priority"), 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, { "start-torrent", GTK_STOCK_MEDIA_PLAY,
N_("_Start"), "<control>S", NULL, G_CALLBACK(action_cb) }, N_("_Start"), "<control>S", NULL, G_CALLBACK(action_cb) },
{ "verify-torrent", NULL, { "verify-torrent", NULL,
@ -88,7 +88,7 @@ static GtkActionEntry entries[] =
{ "edit-preferences", GTK_STOCK_PREFERENCES, { "edit-preferences", GTK_STOCK_PREFERENCES,
NULL, NULL, NULL, G_CALLBACK(action_cb) }, NULL, NULL, NULL, G_CALLBACK(action_cb) },
{ "show-torrent-details", GTK_STOCK_INFO, { "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, { "show-about-dialog", GTK_STOCK_ABOUT,
N_("_About Transmission"), NULL, NULL, G_CALLBACK(action_cb) }, N_("_About Transmission"), NULL, NULL, G_CALLBACK(action_cb) },
{ "update-tracker", GTK_STOCK_NETWORK, { "update-tracker", GTK_STOCK_NETWORK,