mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-08 04:32:00 +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:
@@ -82,7 +82,7 @@ wxString EffectClickRemoval::GetSymbol()
|
||||
|
||||
wxString EffectClickRemoval::GetDescription()
|
||||
{
|
||||
return XO("Click Removal is designed to remove clicks on audio tracks");
|
||||
return _("Click Removal is designed to remove clicks on audio tracks");
|
||||
}
|
||||
|
||||
wxString EffectClickRemoval::ManualPage()
|
||||
|
||||
Reference in New Issue
Block a user