diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2010-06-04 00:44:26 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-06-04 00:44:26 +0200 |
commit | 05f2145badc46a9a082878ebf0c02cdb1c7ece66 (patch) | |
tree | acac87e0c04190e438366eda5445de3dcc4654b6 /src/bookmarks/bookmarkstreemodel.cpp | |
parent | Add comment="KDE::DoNotExtract" to names of the form. (diff) | |
download | rekonq-05f2145badc46a9a082878ebf0c02cdb1c7ece66.tar.xz |
i18n fixes
Andrew Coles's patch. Thanks :)
Diffstat (limited to 'src/bookmarks/bookmarkstreemodel.cpp')
-rw-r--r-- | src/bookmarks/bookmarkstreemodel.cpp | 2 |
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()) { |