mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-03 17:39:25 +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( "&", "" );
|
label.Replace( "&", "" );
|
||||||
bool suffix;
|
bool suffix;
|
||||||
if (!english)
|
if (!english)
|
||||||
suffix = true;
|
suffix = false;
|
||||||
else {
|
else {
|
||||||
// We'll disambiguate if the squashed name is short and shorter than the internal name.
|
// We'll disambiguate if the squashed name is short and shorter than the internal name.
|
||||||
// Otherwise not.
|
// Otherwise not.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user