From: Peter Penz Date: Wed, 19 May 2010 19:49:47 +0000 (+0000) Subject: Fix wrong description: The selection is meant for the information panel, not the... X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/5e47c22e212e2af6ce157a58759ca8823c3d301e?ds=inline Fix wrong description: The selection is meant for the information panel, not the tooltips. svn path=/trunk/KDE/kdebase/apps/; revision=1128630 --- 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();