From 7e2da39d7bd331418bd70da47b9aa4ee18c8a3a3 Mon Sep 17 00:00:00 2001 From: Panagiotis Papadopoulos Date: Mon, 24 May 2010 17:24:16 +0200 Subject: last minute string fixes --- src/bookmarks/bookmarkstreemodel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/bookmarks/bookmarkstreemodel.cpp') 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()) { -- cgit v1.2.1