┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2010-05-19 19:49:47 +0000
committerPeter Penz <[email protected]>2010-05-19 19:49:47 +0000
commit5e47c22e212e2af6ce157a58759ca8823c3d301e (patch)
tree260c85421055988a6fbb9c96f1530c972e3371db /src
parent79b6fe610f51c3cfe7f6b6cbc1af7a934363840a (diff)
Fix wrong description: The selection is meant for the information panel, not the tooltips.
svn path=/trunk/KDE/kdebase/apps/; revision=1128630
Diffstat (limited to 'src')
-rw-r--r--src/panels/information/informationpanelcontent.cpp2
1 files changed, 1 insertions, 1 deletions
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();