┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/infosidebarpage.cpp
diff options
context:
space:
mode:
authorLaurent Montel <[email protected]>2006-11-23 13:10:00 +0000
committerLaurent Montel <[email protected]>2006-11-23 13:10:00 +0000
commit7fbae445277374fb2bacfcd7c04e8d7fbb2c3f05 (patch)
tree61345a66d7ce53305102454387617a20e6578d13 /src/infosidebarpage.cpp
parent9d26e139f8098fdbf44c5ff183738a15e4388dfa (diff)
Fix i18n
svn path=/trunk/playground/utils/dolphin/; revision=607156
Diffstat (limited to 'src/infosidebarpage.cpp')
-rw-r--r--src/infosidebarpage.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/infosidebarpage.cpp b/src/infosidebarpage.cpp
index 017fcb9f6..bf3d5f4fc 100644
--- a/src/infosidebarpage.cpp
+++ b/src/infosidebarpage.cpp
@@ -165,7 +165,7 @@ void InfoSidebarPage::showItemInfo()
K3Icon::NoGroup,
K3Icon::SizeEnormous);
m_preview->setPixmap(icon);
- m_name->setText(i18n("%1 items selected").arg(selectedItems->count()));
+ m_name->setText(i18n("%1 items selected",selectedItems->count()));
}
else if (!applyBookmark()) {
// try to get a preview pixmap from the item...