diff options
| author | Peter Penz <[email protected]> | 2010-05-14 17:00:11 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2010-05-14 17:00:11 +0000 |
| commit | cf5d93c3d27a32e77ab4b960273c68c3ba08b5b8 (patch) | |
| tree | 7ac1e1fcce0072ef6d9d257a6a5e50f842a2aea6 /src/settings/additionalinfodialog.cpp | |
| parent | 949a2538f8821503657528a3afb9ee3572bf7807 (diff) | |
Use the term "Select" instead of "Configure", as it is less technical (at least I hope as non-native English speaker that this is the case ;-))
svn path=/trunk/KDE/kdebase/apps/; revision=1126705
Diffstat (limited to 'src/settings/additionalinfodialog.cpp')
| -rw-r--r-- | src/settings/additionalinfodialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/settings/additionalinfodialog.cpp b/src/settings/additionalinfodialog.cpp index 109213fe7..8899c4861 100644 --- a/src/settings/additionalinfodialog.cpp +++ b/src/settings/additionalinfodialog.cpp @@ -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); |
