]> cloud.milkyroute.net Git - dolphin.git/commitdiff
Replace the button label "Less Options" by "Fewer Options"
authorFrank Reininghaus <frank78ac@googlemail.com>
Sat, 27 Apr 2013 17:09:42 +0000 (19:09 +0200)
committerFrank Reininghaus <frank78ac@googlemail.com>
Sat, 27 Apr 2013 17:09:42 +0000 (19:09 +0200)
BUG: 318937

FIXED-IN: 4.11.0

src/search/dolphinsearchbox.cpp

index 8b660712a1abff9545499a6164892d62e734f41e..08d0433920046bb7e15e4550b67ca89fcdb5bd75 100644 (file)
@@ -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"