summaryrefslogtreecommitdiff
path: root/src/bookmarks/bookmarkstreemodel.cpp
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2010-06-04 00:44:26 +0200
committerAndrea Diamantini <adjam7@gmail.com>2010-06-04 00:44:26 +0200
commit05f2145badc46a9a082878ebf0c02cdb1c7ece66 (patch)
treeacac87e0c04190e438366eda5445de3dcc4654b6 /src/bookmarks/bookmarkstreemodel.cpp
parentAdd comment="KDE::DoNotExtract" to names of the form. (diff)
downloadrekonq-05f2145badc46a9a082878ebf0c02cdb1c7ece66.tar.xz
i18n fixes
Andrew Coles's patch. Thanks :)
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 a865a99d..82748ba3 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 += i18nc("%1=Number of items in bookmark folder", " (%1 items)", childCount());
+ tooltip += i18ncp("%1=Number of items in bookmark folder", " (1 item)", " (%1 items)", childCount());
}
if (!m_kbm.url().url().isEmpty())
{