mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-01 08:29:27 +02:00
Bug2453: Shoudln't show & accelerators in dialog text for key prefs
This commit is contained in:
parent
5e8cfb0c5a
commit
0ef7213a2e
@ -1337,9 +1337,10 @@ TranslatableString CommandManager::GetPrefixedLabelFromName(const CommandID &nam
|
||||
|
||||
if (!entry->labelPrefix.empty())
|
||||
return Verbatim( wxT("%s - %s") )
|
||||
.Format(entry->labelPrefix, entry->label);
|
||||
.Format(entry->labelPrefix, entry->label)
|
||||
.Stripped();
|
||||
else
|
||||
return entry->label;
|
||||
return entry->label.Stripped();
|
||||
}
|
||||
|
||||
TranslatableString CommandManager::GetCategoryFromName(const CommandID &name)
|
||||
|
Loading…
x
Reference in New Issue
Block a user