]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/infosidebarpage.cpp
fixed some activation issues in combination with split views
[dolphin.git] / src / infosidebarpage.cpp
index caced0d171ea6cd64b6aec1e33618bbf500b758b..2ae3c4e1fbe9e79f41eda60a3213cf4d36ac9e99 100644 (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;