]> cloud.milkyroute.net Git - dolphin.git/commitdiff
Use the term "Select" instead of "Configure", as it is less technical (at least I...
authorPeter Penz <peter.penz19@gmail.com>
Fri, 14 May 2010 17:00:11 +0000 (17:00 +0000)
committerPeter Penz <peter.penz19@gmail.com>
Fri, 14 May 2010 17:00:11 +0000 (17:00 +0000)
svn path=/trunk/KDE/kdebase/apps/; revision=1126705

src/panels/information/informationpanelcontent.cpp
src/settings/additionalinfodialog.cpp
src/settings/behaviorsettingspage.cpp
src/settings/filemetadataconfigurationdialog.cpp
src/settings/filemetadataconfigurationdialog.h
src/settings/servicessettingspage.cpp

index 6341da558f96a9c8b40ee8229802b14cd4c30188..8e79e104aa7b2f4c8d3c74abb9ddc761fe11a21f 100644 (file)
@@ -297,7 +297,7 @@ void InformationPanelContent::configureSettings()
     } else if (action == configureAction) {
         FileMetaDataConfigurationDialog* dialog = new FileMetaDataConfigurationDialog();
         dialog->setDescription(i18nc("@label::textbox",
-                                     "Configure which data should be shown in the tooltip."));
+                                     "Select which data should be shown in the tooltip."));
         dialog->setItems(m_metaDataWidget->items());
         dialog->setAttribute(Qt::WA_DeleteOnClose);
         dialog->show();
index 109213fe7c4042fff9dafb9df3d2f013b53fbe2f..8899c4861c0007a7db92bcb07dcfeac63ca4147b 100644 (file)
@@ -42,7 +42,7 @@ AdditionalInfoDialog::AdditionalInfoDialog(QWidget* parent,
 
     // Add header
     QLabel* header = new QLabel(mainWidget);
-    header->setText(i18nc("@label", "Configure which additional information should be shown."));
+    header->setText(i18nc("@label", "Select which additional information should be shown."));
     header->setWordWrap(true);
     layout->addWidget(header);
 
index f4133994d96ea7452e6240a5632e7f063dca1c55..95f26c343a9fe43fe990d6fa673b7334df56d30c 100644 (file)
@@ -195,7 +195,7 @@ void BehaviorSettingsPage::configureToolTips()
 {
     FileMetaDataConfigurationDialog* dialog = new FileMetaDataConfigurationDialog();
     dialog->setDescription(i18nc("@label::textbox",
-                                 "Configure which data should be shown in the tooltip."));
+                                 "Select which data should be shown in the tooltip."));
     dialog->setAttribute(Qt::WA_DeleteOnClose);
     dialog->show();
     dialog->raise();
index 7e263256daf3133f92f0746df86cf2f32b62ebc8..dbc580836f5ee617e6b0f7ceadacfe043a11adad 100644 (file)
@@ -36,7 +36,7 @@ FileMetaDataConfigurationDialog::FileMetaDataConfigurationDialog(QWidget* parent
 
 
     m_descriptionLabel = new QLabel(i18nc("@label::textbox",
-                                          "Configure which data should "
+                                          "Select which data should "
                                           "be shown"), this);
     m_descriptionLabel->setWordWrap(true);
 
index 22d2ac70620c36ef237a22beb6a46c248171bb7d..9050718cd423b2df727ab1920deee3193d2cf049 100644 (file)
@@ -54,7 +54,7 @@ public:
     /**
      * Sets the description that is shown above the list
      * of meta data. Per default the translated text for
-     * "Configure which data should be shown." is set.
+     * "Select which data should be shown." is set.
      */
     void setDescription(const QString& description);
     QString description() const;
index 98b26e3581eaea1f6e8bf5c079b2c9c39b59359c..7da29939930fc06fca5a2a4aa1976b618ddd961c 100644 (file)
@@ -52,7 +52,7 @@ ServicesSettingsPage::ServicesSettingsPage(QWidget* parent) :
     QVBoxLayout* topLayout = new QVBoxLayout(this);
 
     QLabel* label = new QLabel(i18nc("@label:textbox",
-                                     "Configure which services should "
+                                     "Select which services should "
                                      "be shown in the context menu."), this);
     label->setWordWrap(true);