From fea58cc6bf2778fe75ea85ecd2141e21f6cf44f3 Mon Sep 17 00:00:00 2001 From: Yuri Chornoivan Date: Sun, 19 Feb 2012 10:37:19 +0200 Subject: [PATCH] Pluralize message for translation into the languages with more than 2 plural forms. --- src/MainWindow.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/MainWindow.cpp b/src/MainWindow.cpp index 9829e4b46..64c145989 100644 --- a/src/MainWindow.cpp +++ b/src/MainWindow.cpp @@ -454,7 +454,9 @@ bool MainWindow::queryClose() } int result = KMessageBox::warningYesNoCancel(this, - i18nc("@info", "There are %1 tabs open in this window. " + i18ncp("@info", "There are %1 tab open in this window. " + "Do you still want to quit?", + "There are %1 tabs open in this window. " "Do you still want to quit?", openTabs), i18n("Confirm Close"), KStandardGuiItem::quit(),