svn path=/trunk/KDE/kdebase/apps/; revision=686795
fileItem.refresh();
if (fileItem.isDir()) {
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());
} else {
addInfoLine(text, i18nc("@label", "Type:"), fileItem.mimeComment());
const QString& labelText,
const QString& infoText)
{
const QString& labelText,
const QString& infoText)
{
- if (!infoText.isEmpty()) {
text += "<br/>";
}
text += QString("<b>%1</b> %2").arg(labelText).arg(infoText);
text += "<br/>";
}
text += QString("<b>%1</b> %2").arg(labelText).arg(infoText);