Pluralize message for translation into the languages with more than 2 plural forms.

This commit is contained in:
Yuri Chornoivan
2012-02-19 10:37:19 +02:00
parent 4fb4da4c75
commit fea58cc6bf

View File

@@ -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(),