mirror of
https://github.com/cookiengineer/audacity
synced 2026-01-11 23:25:53 +01: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();
|
EffectLeveller();
|
||||||
|
|
||||||
virtual wxString GetEffectName() {
|
virtual wxString GetEffectName() {
|
||||||
return wxString(_("Leveller..."));
|
return wxString(_("Leveler..."));
|
||||||
}
|
}
|
||||||
|
|
||||||
virtual std::set<wxString> GetEffectCategories() {
|
virtual std::set<wxString> GetEffectCategories() {
|
||||||
@@ -39,7 +39,7 @@ class EffectLeveller: public EffectSimpleMono
|
|||||||
}
|
}
|
||||||
|
|
||||||
virtual wxString GetEffectAction() {
|
virtual wxString GetEffectAction() {
|
||||||
return wxString(_("Applying Leveller..."));
|
return wxString(_("Applying Leveler..."));
|
||||||
}
|
}
|
||||||
virtual bool Init();
|
virtual bool Init();
|
||||||
virtual void End();
|
virtual void End();
|
||||||
|
|||||||
Reference in New Issue
Block a user