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
This commit is contained in:
Andrew Coles 2009-10-19 20:26:54 +00:00
parent d6db9ac22c
commit 485a76be94

View 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();