X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/b2547cf9a48356fa8db847bbb6b713f699d48814..862ceee323ad3b474ce9de11eefbddd99c528fac:/src/infosidebarpage.cpp diff --git a/src/infosidebarpage.cpp b/src/infosidebarpage.cpp index caced0d17..2ae3c4e1f 100644 --- a/src/infosidebarpage.cpp +++ b/src/infosidebarpage.cpp @@ -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;