summaryrefslogtreecommitdiff
path: root/src/bookmarks/bookmarkstreemodel.cpp
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2010-05-25 11:16:32 +0200
committerAndrea Diamantini <adjam7@gmail.com>2010-05-25 11:16:32 +0200
commit29ee89dfb20af834efd4471ab8bcc953383ffe1f (patch)
tree32c37db075ee451bf8eeb31f7bf35f08795e9b42 /src/bookmarks/bookmarkstreemodel.cpp
parentAlternate F6 shortcut for open location action (diff)
parentlast minute string fixes (diff)
downloadrekonq-29ee89dfb20af834efd4471ab8bcc953383ffe1f.tar.xz
Merge commit 'refs/merge-requests/2276' of git://gitorious.org/rekonq/mainline into m2276
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())
{