mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-02 06:40:12 +01:00
TranslatableString for ComponentInterface::GetDescription()
This commit is contained in:
@@ -134,7 +134,7 @@ public:
|
||||
|
||||
// This returns a translated string
|
||||
// Any verb should be present tense indicative, not imperative
|
||||
virtual wxString GetDescription() = 0;
|
||||
virtual TranslatableString GetDescription() = 0;
|
||||
|
||||
// non-virtual convenience function
|
||||
const wxString GetTranslatedName();
|
||||
|
||||
Reference in New Issue
Block a user