mirror of
https://invent.kde.org/system/dolphin
synced 2024-11-05 18:47:12 +00:00
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:
parent
d6db9ac22c
commit
485a76be94
1 changed files with 2 additions and 2 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in a new issue