]> 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 7d7545ccd2e13d6f321e4b0690fae77e566725c2..2ae3c4e1fbe9e79f41eda60a3213cf4d36ac9e99 100644 (file)
@@ -19,7 +19,7 @@
 
 #include "infosidebarpage.h"
 
-#include <config-kmetadata.h>
+#include "config-nepomuk.h"
 
 #include <kfileplacesmodel.h>
 #include <klocale.h>
@@ -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;