1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-07-31 07:59:27 +02:00

"Menu Tree" doesn't need to translate

This commit is contained in:
Paul Licameli 2021-06-11 17:33:01 -04:00
parent 858517f404
commit bb907fca48
2 changed files with 1 additions and 9 deletions

View File

@ -12766,10 +12766,6 @@ msgstr ""
msgid "MIDI Device Info"
msgstr ""
#: src/menus/HelpMenus.cpp
msgid "Menu Tree"
msgstr ""
#: src/menus/HelpMenus.cpp
msgid "&Quick Fix..."
msgstr ""
@ -12810,10 +12806,6 @@ msgstr ""
msgid "&Generate Support Data..."
msgstr ""
#: src/menus/HelpMenus.cpp
msgid "Menu Tree..."
msgstr ""
#: src/menus/HelpMenus.cpp
msgid "&Check for Updates..."
msgstr ""

View File

@ -439,7 +439,7 @@ void OnMenuTree(const CommandContext &context)
MenuManager::Visit( visitor );
ShowDiagnostics( project, visitor.info,
XO("Menu Tree"), wxT("menutree.txt"), true );
Verbatim("Menu Tree"), wxT("menutree.txt"), true );
}
void OnCheckForUpdates(const CommandContext &WXUNUSED(context))