mirror of
https://github.com/cookiengineer/audacity
synced 2026-03-24 23:25:53 +01: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:
@@ -64,7 +64,7 @@ wxString EffectRepeat::GetSymbol()
|
||||
|
||||
wxString EffectRepeat::GetDescription()
|
||||
{
|
||||
return XO("Repeats the selection the specified number of times");
|
||||
return _("Repeats the selection the specified number of times");
|
||||
}
|
||||
|
||||
wxString EffectRepeat::ManualPage()
|
||||
|
||||
Reference in New Issue
Block a user