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:
parent
4f9ab08487
commit
357b05efd2
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user