diff options
| author | Peter Penz <[email protected]> | 2007-07-12 06:30:28 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2007-07-12 06:30:28 +0000 |
| commit | 18beab8c6b6735c4d914acaf91837a9540be0e66 (patch) | |
| tree | cc80a99a788cd0c7bcfb0a79220a11292ab2a73b /src/infosidebarpage.cpp | |
| parent | 7eef5ebec2ceaebb4088629093ecd3f0c2635816 (diff) | |
minor layout fix in infosidebar
svn path=/trunk/KDE/kdebase/apps/; revision=686795
Diffstat (limited to 'src/infosidebarpage.cpp')
| -rw-r--r-- | src/infosidebarpage.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/infosidebarpage.cpp b/src/infosidebarpage.cpp index b7490625f..045e5d47a 100644 --- a/src/infosidebarpage.cpp +++ b/src/infosidebarpage.cpp @@ -272,7 +272,7 @@ void InfoSidebarPage::showMetaInfo() fileItem.refresh(); if (fileItem.isDir()) { - addInfoLine(text, i18nc("@label", "Type:"), i18nc("@info", "Folder")); + addInfoLine(text, i18nc("@label", "Type:"), i18nc("@label", "Folder")); } else { addInfoLine(text, i18nc("@label", "Type:"), fileItem.mimeComment()); @@ -322,7 +322,7 @@ void InfoSidebarPage::addInfoLine(QString& text, const QString& labelText, const QString& infoText) { - if (!infoText.isEmpty()) { + if (!text.isEmpty()) { text += "<br/>"; } text += QString("<b>%1</b> %2").arg(labelText).arg(infoText); |
