Skip to content

Commit

Permalink
Merge pull request #12217 from fwcd/fix-param-eq-typo
Browse files Browse the repository at this point in the history
ParametricEQEffect: Fix typo in description
  • Loading branch information
daschuer authored Jan 21, 2024
2 parents 1535bdb + b343454 commit 78e737a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/effects/backends/builtin/parametriceqeffect.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ EffectManifestPointer ParametricEQEffect::getManifest() {
pManifest->setAuthor("The Mixxx Team");
pManifest->setVersion("1.0");
pManifest->setDescription(QObject::tr(
"An gentle 2-band parametric equalizer based on biquad filters.\n"
"A gentle 2-band parametric equalizer based on biquad filters.\n"
"It is designed as a complement to the steep mixing equalizers."));
pManifest->setEffectRampsFromDry(true);
pManifest->setIsMainEQ(true);
Expand Down

0 comments on commit 78e737a

Please sign in to comment.