From cf5d93c3d27a32e77ab4b960273c68c3ba08b5b8 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Fri, 14 May 2010 17:00:11 +0000 Subject: 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 --- src/panels/information/informationpanelcontent.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/panels/information/informationpanelcontent.cpp') 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(); -- cgit v1.3