1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-03-05 22:21:15 +01:00

TranslatableString for ComponentInterface::GetDescription()

This commit is contained in:
Paul Licameli
2019-12-08 13:53:48 -05:00
parent 4eb220e7b9
commit 618fee21ec
154 changed files with 250 additions and 250 deletions

View File

@@ -43,9 +43,9 @@ ComponentInterfaceSymbol ModulePrefs::GetSymbol()
return MODULE_PREFS_PLUGIN_SYMBOL;
}
wxString ModulePrefs::GetDescription()
TranslatableString ModulePrefs::GetDescription()
{
return _("Preferences for Module");
return XO("Preferences for Module");
}
wxString ModulePrefs::HelpPageName()