mirror of
https://github.com/transmission/transmission.git
synced 2025-12-27 13:41:17 +00:00
(trunk) #3926: use "Open Torrent" instead of "Add Torrent" in GTK+ and Qt clients -- text changed.
This commit is contained in:
10
gtk/ui.h
10
gtk/ui.h
@@ -2,8 +2,8 @@ static const char * fallback_ui_file =
|
||||
"<ui>\n"
|
||||
" <menubar name='main-window-menu'>\n"
|
||||
" <menu action='file-menu'>\n"
|
||||
" <menuitem action='add-torrent-menu'/>\n"
|
||||
" <menuitem action='add-torrent-from-url'/>\n"
|
||||
" <menuitem action='open-torrent-menu'/>\n"
|
||||
" <menuitem action='open-torrent-from-url'/>\n"
|
||||
" <menuitem action='new-torrent'/>\n"
|
||||
" <separator/>\n"
|
||||
" <menuitem action='start-all-torrents'/>\n"
|
||||
@@ -62,7 +62,7 @@ static const char * fallback_ui_file =
|
||||
" </menubar>\n"
|
||||
"\n"
|
||||
" <toolbar name='main-window-toolbar'>\n"
|
||||
" <toolitem action='add-torrent-toolbar'/>\n"
|
||||
" <toolitem action='open-torrent-toolbar'/>\n"
|
||||
" <toolitem action='start-torrent'/>\n"
|
||||
" <toolitem action='pause-torrent'/>\n"
|
||||
" <toolitem action='remove-torrent'/>\n"
|
||||
@@ -102,8 +102,8 @@ static const char * fallback_ui_file =
|
||||
" <popup name='icon-popup'>\n"
|
||||
" <menuitem action='toggle-main-window'/>\n"
|
||||
" <separator/>\n"
|
||||
" <menuitem action='add-torrent-menu'/>\n"
|
||||
" <menuitem action='add-torrent-from-url'/>\n"
|
||||
" <menuitem action='open-torrent-menu'/>\n"
|
||||
" <menuitem action='open-torrent-from-url'/>\n"
|
||||
" <separator/>\n"
|
||||
" <menuitem action='pause-all-torrents'/>\n"
|
||||
" <menuitem action='start-all-torrents'/>\n"
|
||||
|
||||
Reference in New Issue
Block a user