From: Andrew Coles Date: Mon, 19 Oct 2009 20:26:54 +0000 (+0000) Subject: Proof-reading - two minor changes: X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/485a76be947660648c8b7a4268f4a57cdfb77131 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 --- 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();