1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-08-02 17:09:26 +02:00

If not English locale, don't show short command name in (parentheses)

This commit is contained in:
Paul Licameli 2018-03-14 19:10:55 -04:00
parent 4f9ab08487
commit 357b05efd2

View File

@ -324,7 +324,7 @@ MacroCommandsCatalog::MacroCommandsCatalog( const AudacityProject *project )
label.Replace( "&", "" );
bool suffix;
if (!english)
suffix = true;
suffix = false;
else {
// We'll disambiguate if the squashed name is short and shorter than the internal name.
// Otherwise not.