diff options
Diffstat (limited to 'src/infosidebarpage.cpp')
-rw-r--r-- | src/infosidebarpage.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/infosidebarpage.cpp b/src/infosidebarpage.cpp index 24cf65d..2bc7417 100644 --- a/src/infosidebarpage.cpp +++ b/src/infosidebarpage.cpp @@ -160,7 +160,7 @@ void InfoSidebarPage::showItemInfo() TDEIcon::NoGroup, TDEIcon::SizeEnormous); m_preview->setPixmap(icon); - m_name->setText(i18n("%n items selected", "%n items selected", selectedItems->count())); + m_name->setText(i18n("%n item selected", "%n items selected", selectedItems->count())); } else if (!applyBookmark()) { // try to get a preview pixmap from the item... |