mirror of
https://github.com/KDE/konsole.git
synced 2026-06-12 07:55:07 -04:00
Pluralize message for translation into the languages with more than 2 plural forms.
This commit is contained in:
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user