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/panels/information/informationpanelcontent.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/panels/information/informationpanelcontent.cpp')
| -rw-r--r-- | src/panels/information/informationpanelcontent.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/panels/information/informationpanelcontent.cpp b/src/panels/information/informationpanelcontent.cpp index 6341da558..8e79e104a 100644 --- a/src/panels/information/informationpanelcontent.cpp +++ b/src/panels/information/informationpanelcontent.cpp @@ -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(); |
