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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user