mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-10 08:33:36 +02:00
Apply Gale's patch to correct the spelling of Leveler.
This commit is contained in:
@@ -25,7 +25,7 @@ class EffectLeveller: public EffectSimpleMono
|
||||
EffectLeveller();
|
||||
|
||||
virtual wxString GetEffectName() {
|
||||
return wxString(_("Leveller..."));
|
||||
return wxString(_("Leveler..."));
|
||||
}
|
||||
|
||||
virtual std::set<wxString> GetEffectCategories() {
|
||||
@@ -39,7 +39,7 @@ class EffectLeveller: public EffectSimpleMono
|
||||
}
|
||||
|
||||
virtual wxString GetEffectAction() {
|
||||
return wxString(_("Applying Leveller..."));
|
||||
return wxString(_("Applying Leveler..."));
|
||||
}
|
||||
virtual bool Init();
|
||||
virtual void End();
|
||||
|
Reference in New Issue
Block a user