mirror of
https://github.com/transmission/transmission
synced 2025-02-02 04:22:44 +00:00
gtk hotkeys and typo fix
This commit is contained in:
parent
50d488ebe2
commit
aa758b4652
2 changed files with 3 additions and 3 deletions
2
NEWS
2
NEWS
|
@ -176,7 +176,7 @@ NEWS file for Transmission <http://transmission.m0k.org/>
|
|||
- OS X: Cleaner icon
|
||||
- OS X: Show all sizes in human readable form
|
||||
- OS X: Keep downloading in the background when the window is closed
|
||||
- Miscellaneus bugfixes and internal enhancements
|
||||
- Miscellaneous bugfixes and internal enhancements
|
||||
|
||||
0.2 (2005/09/22)
|
||||
- Bugfixes
|
||||
|
|
|
@ -76,7 +76,7 @@ static GtkActionEntry entries[] =
|
|||
{ "remove-torrent", GTK_STOCK_REMOVE,
|
||||
N_("_Remove"), "<control>R", NULL, G_CALLBACK(action_cb) },
|
||||
{ "create-torrent", GTK_STOCK_NEW,
|
||||
N_("_Create New Torrent"), NULL, NULL, G_CALLBACK(action_cb) },
|
||||
N_("Create _New Torrent"), NULL, NULL, G_CALLBACK(action_cb) },
|
||||
{ "close", GTK_STOCK_CLOSE,
|
||||
N_("_Close"), "<control>C", NULL, G_CALLBACK(action_cb) },
|
||||
{ "quit", GTK_STOCK_QUIT,
|
||||
|
@ -92,7 +92,7 @@ static GtkActionEntry entries[] =
|
|||
{ "show-about-dialog", GTK_STOCK_ABOUT,
|
||||
N_("_About Transmission"), NULL, NULL, G_CALLBACK(action_cb) },
|
||||
{ "update-tracker", GTK_STOCK_NETWORK,
|
||||
N_("Ask Tracker for More Peers"), NULL, NULL, G_CALLBACK(action_cb) }
|
||||
N_("Ask Tracker for _More Peers"), NULL, NULL, G_CALLBACK(action_cb) }
|
||||
};
|
||||
|
||||
static void
|
||||
|
|
Loading…
Reference in a new issue