mirror of
https://github.com/cookiengineer/audacity
synced 2026-04-18 12:10:40 +02:00
IdentInterface::GetDescription() returns a translated string...
... See commit 3b90538b84 which removed the
only use of the untranslated strings.
Also follows better i18n guidelines for composing the VSTEffect description.
This commit is contained in:
@@ -50,7 +50,7 @@ wxString EffectRepair::GetSymbol()
|
||||
|
||||
wxString EffectRepair::GetDescription()
|
||||
{
|
||||
return XO("Sets the peak amplitude of a one or more tracks");
|
||||
return _("Sets the peak amplitude of a one or more tracks");
|
||||
}
|
||||
|
||||
// EffectIdentInterface implementation
|
||||
|
||||
Reference in New Issue
Block a user