]> cloud.milkyroute.net Git - dolphin.git/commitdiff
Fix wrong description: The selection is meant for the information panel, not the...
authorPeter Penz <peter.penz19@gmail.com>
Wed, 19 May 2010 19:49:47 +0000 (19:49 +0000)
committerPeter Penz <peter.penz19@gmail.com>
Wed, 19 May 2010 19:49:47 +0000 (19:49 +0000)
svn path=/trunk/KDE/kdebase/apps/; revision=1128630

src/panels/information/informationpanelcontent.cpp

index 8e79e104aa7b2f4c8d3c74abb9ddc761fe11a21f..540b971e85b76b0f8aca034cf05931bee9b3da68 100644 (file)
@@ -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();