mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-21 14:02:57 +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:
@@ -96,7 +96,7 @@ wxString EffectTimeScale::GetName()
|
||||
|
||||
wxString EffectTimeScale::GetDescription()
|
||||
{
|
||||
return XO("Allows continuous changes to the tempo and/or pitch");
|
||||
return _("Allows continuous changes to the tempo and/or pitch");
|
||||
}
|
||||
|
||||
wxString EffectTimeScale::ManualPage()
|
||||
|
Reference in New Issue
Block a user