Changeset 3355
- Timestamp:
- Oct 10, 2007, 7:47:55 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gtk/actions.c
r3353 r3355 67 67 { "help-menu", NULL, N_("_Help"), NULL, NULL, NULL }, 68 68 { "priority-menu", NULL, N_("_Priority"), NULL, NULL, NULL }, 69 { "add-torrent", GTK_STOCK_OPEN, NULL, NULL, NULL, G_CALLBACK(action_cb) },69 { "add-torrent", GTK_STOCK_OPEN, NULL, NULL, N_("Open Torrent"), G_CALLBACK(action_cb) }, 70 70 { "start-torrent", GTK_STOCK_MEDIA_PLAY, 71 71 N_("_Start"), "<control>S", NULL, G_CALLBACK(action_cb) }, … … 89 89 NULL, NULL, NULL, G_CALLBACK(action_cb) }, 90 90 { "show-torrent-details", GTK_STOCK_INFO, 91 N_("_Details"), "<alt>Return", N ULL, G_CALLBACK(action_cb) },91 N_("_Details"), "<alt>Return", N_("Torrent Details"), G_CALLBACK(action_cb) }, 92 92 { "show-about-dialog", GTK_STOCK_ABOUT, 93 93 N_("_About Transmission"), NULL, NULL, G_CALLBACK(action_cb) },
Note: See TracChangeset
for help on using the changeset viewer.