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