diff options
| author | Peter Penz <[email protected]> | 2010-11-03 15:06:40 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2010-11-03 15:06:40 +0000 |
| commit | 7b8b1acf14dca72b871f7000958cdb2c00c4c787 (patch) | |
| tree | a26a47cf9628cc9c5d7adc28f3d50258c59b6c60 /src/panels/information/informationpanelcontent.cpp | |
| parent | 0ad893ae2b2bcc88c56587b57d227d65e593d2db (diff) | |
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
Diffstat (limited to 'src/panels/information/informationpanelcontent.cpp')
| -rw-r--r-- | src/panels/information/informationpanelcontent.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |
