mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-19 17:11:12 +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:
@@ -98,7 +98,7 @@ wxString VampEffectsModule::GetVersion()
|
||||
|
||||
wxString VampEffectsModule::GetDescription()
|
||||
{
|
||||
return XO("Provides Vamp Effects support to Audacity");
|
||||
return _("Provides Vamp Effects support to Audacity");
|
||||
}
|
||||
|
||||
// ============================================================================
|
||||
|
Reference in New Issue
Block a user