From 7b8b1acf14dca72b871f7000958cdb2c00c4c787 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Wed, 3 Nov 2010 15:06:40 +0000 Subject: Use a ':' as end of the label instead of a '.', even if the label is top-aligned. svn path=/trunk/KDE/kdebase/apps/; revision=1192621 --- 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 b6a41ca3d..da576d05f 100644 --- a/src/panels/information/informationpanelcontent.cpp +++ b/src/panels/information/informationpanelcontent.cpp @@ -291,7 +291,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 information panel.")); + "Select which data should be shown in the information panel:")); dialog->setItems(m_metaDataWidget->items()); dialog->setAttribute(Qt::WA_DeleteOnClose); dialog->show(); -- cgit v1.3