1
0
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:
RichardAsh1981@gmail.com
2013-06-26 19:39:06 +00:00
parent 3e194f042c
commit 00efb43219

View File

@@ -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();