summaryrefslogtreecommitdiff
path: root/src/bookmarks/bookmarkstreemodel.cpp
diff options
context:
space:
mode:
authorPanagiotis Papadopoulos <pano_90@gmx.net>2010-05-24 17:24:16 +0200
committerPanagiotis Papadopoulos <pano_90@gmx.net>2010-05-24 17:24:16 +0200
commit7e2da39d7bd331418bd70da47b9aa4ee18c8a3a3 (patch)
tree41558d65a7f3da36cc635b2f242367f612b4991a /src/bookmarks/bookmarkstreemodel.cpp
parentupdating authors && credits (diff)
downloadrekonq-7e2da39d7bd331418bd70da47b9aa4ee18c8a3a3.tar.xz
last minute string fixes
Diffstat (limited to 'src/bookmarks/bookmarkstreemodel.cpp')
-rw-r--r--src/bookmarks/bookmarkstreemodel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bookmarks/bookmarkstreemodel.cpp b/src/bookmarks/bookmarkstreemodel.cpp
index 06732007..4003cf3f 100644
--- a/src/bookmarks/bookmarkstreemodel.cpp
+++ b/src/bookmarks/bookmarkstreemodel.cpp
@@ -75,7 +75,7 @@ QVariant BtmItem::data(int role) const
}
if (m_kbm.isGroup())
{
- tooltip += " [" + QString::number(childCount()) + ' ' + i18n("Items") + ']';
+ tooltip += i18nc("%1=Number of items in bookmark folder", " (%1 items)", QString::number(childCount()));
}
if (!m_kbm.url().url().isEmpty())
{