mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-08 22:23:59 +01:00
Re-adding localized menu labels for effects
If you can believe it, this whole big mess is just to get localized effect labels back into the menus. I sure wish I'd had a little bit more time to finish up all of the effects. It sure would be a lot cleaner (code wise).
This commit is contained in:
@@ -32,7 +32,7 @@ class EffectChangeTempo : public EffectSoundTouch {
|
||||
EffectChangeTempo();
|
||||
|
||||
virtual wxString GetEffectName() {
|
||||
return wxString(_("Change Tempo..."));
|
||||
return wxString(wxTRANSLATE("Change Tempo..."));
|
||||
}
|
||||
|
||||
virtual std::set<wxString> GetEffectCategories() {
|
||||
|
||||
Reference in New Issue
Block a user