fix for languages having more than one plural form (thanks to Andrius Štikonas for the patch)

svn path=/trunk/KDE/kdebase/apps/; revision=674576
This commit is contained in:
Peter Penz 2007-06-12 15:59:06 +00:00
parent b2547cf9a4
commit a731c5b43f

View file

@ -172,7 +172,7 @@ void InfoSidebarPage::showItemInfo()
K3Icon::NoGroup,
K3Icon::SizeEnormous);
m_preview->setPixmap(icon);
m_nameLabel->setText(i18n("%1 items selected", selectedItems.count()));
m_nameLabel->setText(i18np("%1 item selected", "%1 items selected", selectedItems.count()));
} else if (!applyBookmark(file)) {
// try to get a preview pixmap from the item...
KUrl::List list;