From eccac019eef9645a82ea299d6cd40f4778e6c3d2 Mon Sep 17 00:00:00 2001 From: Panagiotis Papadopoulos Date: Wed, 8 Sep 2010 13:59:55 +0200 Subject: =?UTF-8?q?make=20the=20string=20plural.=20See=20https://bugs.kde.?= =?UTF-8?q?org/show=5Fbug.cgi=3Fid=3D238810=20Since=20the=20string=20is=20?= =?UTF-8?q?now=20identical=20to=20the=20one=20in=20the=20bugreport=20I=20d?= =?UTF-8?q?on=E2=80=99t=20think=20we=20broke=20string=20freeze=20;-)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/bookmarks/bookmarkowner.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/bookmarks/bookmarkowner.cpp b/src/bookmarks/bookmarkowner.cpp index f9e64d68..8a05d646 100644 --- a/src/bookmarks/bookmarkowner.cpp +++ b/src/bookmarks/bookmarkowner.cpp @@ -167,7 +167,9 @@ void BookmarkOwner::openBookmarkFolder(const KBookmark &bookmark) { if (KMessageBox::warningContinueCancel( Application::instance()->mainWindow(), - i18n("You are about to open %1 tabs.\nAre you sure?", urlList.length())) + i18ncp("%1=Number of tabs. Value is always >=8", + "You are about to open %1 tabs.\nAre you sure?", + "You are about to open %1 tabs.\nAre you sure?", urlList.length())) != KMessageBox::Continue ) return; -- cgit v1.2.1