]> cloud.milkyroute.net Git - dolphin.git/commitdiff
Proof-reading - two minor changes:
authorAndrew Coles <andrew.i.coles@googlemail.com>
Mon, 19 Oct 2009 20:26:54 +0000 (20:26 +0000)
committerAndrew Coles <andrew.i.coles@googlemail.com>
Mon, 19 Oct 2009 20:26:54 +0000 (20:26 +0000)
 - 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

src/search/dolphinsearchoptionsconfigurator.cpp

index 5e270d53f477f3c6607b096e75340077f02aadc8..4a92b7b45297588dd949fa005a0895dd7279d460 100644 (file)
@@ -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();