┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/search/dolphinsearchbox.cpp
diff options
context:
space:
mode:
authorFrank Reininghaus <[email protected]>2013-04-27 19:09:42 +0200
committerFrank Reininghaus <[email protected]>2013-04-27 19:09:42 +0200
commitdbc00fa190b8f8ced61df666266bf836e1f2a1ff (patch)
treee1ffc15b2a68b5f4e68b5de234f03ddcececc1d0 /src/search/dolphinsearchbox.cpp
parentd1676999327c6135ee2ea4087313f8ab70ea2acd (diff)
Replace the button label "Less Options" by "Fewer Options"
BUG: 318937 FIXED-IN: 4.11.0
Diffstat (limited to 'src/search/dolphinsearchbox.cpp')
-rw-r--r--src/search/dolphinsearchbox.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/search/dolphinsearchbox.cpp b/src/search/dolphinsearchbox.cpp
index 8b660712a..08d043392 100644
--- a/src/search/dolphinsearchbox.cpp
+++ b/src/search/dolphinsearchbox.cpp
@@ -473,7 +473,7 @@ void DolphinSearchBox::updateFacetsToggleButton()
const bool facetsIsVisible = SearchSettings::showFacetsWidget();
m_facetsToggleButton->setChecked(facetsIsVisible ? true : false);
m_facetsToggleButton->setIcon(KIcon(facetsIsVisible ? "arrow-up-double" : "arrow-down-double"));
- m_facetsToggleButton->setText(facetsIsVisible ? i18nc("action:button", "Less Options") : i18nc("action:button", "More Options"));
+ m_facetsToggleButton->setText(facetsIsVisible ? i18nc("action:button", "Fewer Options") : i18nc("action:button", "More Options"));
}
#include "dolphinsearchbox.moc"