┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/search/dolphinsearchoptionsconfigurator.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/search/dolphinsearchoptionsconfigurator.cpp b/src/search/dolphinsearchoptionsconfigurator.cpp
index 5e270d53f..4a92b7b45 100644
--- a/src/search/dolphinsearchoptionsconfigurator.cpp
+++ b/src/search/dolphinsearchoptionsconfigurator.cpp
@@ -46,8 +46,8 @@ DolphinSearchOptionsConfigurator::DolphinSearchOptionsConfigurator(QWidget* pare
KComboBox* searchWhatBox = new KComboBox();
searchWhatBox->addItem(i18nc("label", "All"));
searchWhatBox->addItem(i18nc("label", "Images"));
- searchWhatBox->addItem(i18nc("label", "Texts"));
- searchWhatBox->addItem(i18nc("label", "File Names"));
+ searchWhatBox->addItem(i18nc("label", "Text"));
+ searchWhatBox->addItem(i18nc("label", "Filenames"));
QWidget* filler = new QWidget();