┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/search
diff options
context:
space:
mode:
authorAndrew Coles <[email protected]>2009-10-19 20:26:54 +0000
committerAndrew Coles <[email protected]>2009-10-19 20:26:54 +0000
commit485a76be947660648c8b7a4268f4a57cdfb77131 (patch)
treea2522a588dc2eace3ab99056acc008ce0bfedd0d /src/search
parentd6db9ac22c14a87a8b6c7957d2b86ce5dda3b9a3 (diff)
Proof-reading - two minor changes:
- Texts is generally taken as a bulk term, i.e. one searches through text, rather than searches through texts; - File Name -> Filename, standard-usage term. svn path=/trunk/KDE/kdebase/apps/; revision=1037706
Diffstat (limited to 'src/search')
-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();