From 5e47c22e212e2af6ce157a58759ca8823c3d301e Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Wed, 19 May 2010 19:49:47 +0000 Subject: [PATCH] Fix wrong description: The selection is meant for the information panel, not the tooltips. svn path=/trunk/KDE/kdebase/apps/; revision=1128630 --- src/panels/information/informationpanelcontent.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/panels/information/informationpanelcontent.cpp b/src/panels/information/informationpanelcontent.cpp index 8e79e104a..540b971e8 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", - "Select which data should be shown in the tooltip.")); + "Select which data should be shown in the information panel.")); dialog->setItems(m_metaDataWidget->items()); dialog->setAttribute(Qt::WA_DeleteOnClose); dialog->show(); -- 2.47.3