summaryrefslogtreecommitdiffstats
path: root/src/widget
diff options
context:
space:
mode:
authorronso0 <ronso0@mixxx.org>2021-01-07 13:16:42 +0100
committerronso0 <ronso0@mixxx.org>2021-01-07 13:16:42 +0100
commit1c2955dbe8c15c087c293a1f1de8e82660cefa90 (patch)
treed847a02c6075920f10ee318b7a677c11136b56f7 /src/widget
parent8db895bb59f47c3b4859a68bbc3906830754dd78 (diff)
Pref. EQ, WEffectSelector: update combobox comments
Diffstat (limited to 'src/widget')
-rw-r--r--src/widget/weffectselector.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/widget/weffectselector.cpp b/src/widget/weffectselector.cpp
index 99c9f0a441..4480ef0301 100644
--- a/src/widget/weffectselector.cpp
+++ b/src/widget/weffectselector.cpp
@@ -71,8 +71,7 @@ void WEffectSelector::populate() {
setItemData(i, QVariant(QStringLiteral("<b>") + name + QStringLiteral("</b><br/>") +
description), Qt::ToolTipRole);
}
-
- //: Displayed when no effect is loaded
+ // Add empty item, no effect
addItem(EffectsManager::kNoEffectString);
setItemData(visibleEffectManifests.size(), QVariant(tr("No effect loaded.")),
Qt::ToolTipRole);