diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-05-01 01:44:22 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-05-01 01:44:22 +0200 |
commit | 2c9ea8dd8a766c1518d2d09e711bde3d7e52270e (patch) | |
tree | 6081adf1fbeb0bf365a93f5104719293008cfa6c /src/mainwindow.cpp | |
parent | Updating AUTHORS. (diff) | |
download | rekonq-2c9ea8dd8a766c1518d2d09e711bde3d7e52270e.tar.xz |
i18n plural bugs. Courtesy patch of Kristol Baf
Diffstat (limited to 'src/mainwindow.cpp')
-rw-r--r-- | src/mainwindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index be2198bd..7ac0125c 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -888,7 +888,7 @@ bool MainWindow::queryClose() int answer = KMessageBox::questionYesNoCancel( this, - i18n("Are you sure you want to close the window?\n" "You have %1 tab(s) open" , m_view->count()), + i18n("Are you sure you want to close the window?\n" "You have %1 tabs open" , m_view->count()), i18n("Are you sure you want to close the window?"), KStandardGuiItem::quit(), KGuiItem(i18n("C&lose Current Tab"), KIcon("tab-close")), |