diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-05-02 02:15:08 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-05-02 02:15:08 +0200 |
commit | bfd67ca0babd981596e21431646b29590c28f2d0 (patch) | |
tree | c60c2e854c880074defd92e8eeceb886d81a0dc3 /src | |
parent | Reverted copyright string, as suggested by KDE people (diff) | |
download | rekonq-bfd67ca0babd981596e21431646b29590c28f2d0.tar.xz |
other i18n fix from Kristol
Diffstat (limited to 'src')
-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 8426bb94..38156dcd 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -889,7 +889,7 @@ bool MainWindow::queryClose() int answer = KMessageBox::questionYesNoCancel( this, - i18n("Are you sure you want to close the window?\n" "You have %1 tabs open" , m_view->count()), + i18np("Are you sure you want to close the window?\n" "You have 1 tap open","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")), |