1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-09 06:06:24 +01: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

@@ -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))