diff options
author | Panagiotis Papadopoulos <pano_90@gmx.net> | 2010-05-24 17:24:16 +0200 |
---|---|---|
committer | Panagiotis Papadopoulos <pano_90@gmx.net> | 2010-05-24 17:24:16 +0200 |
commit | 7e2da39d7bd331418bd70da47b9aa4ee18c8a3a3 (patch) | |
tree | 41558d65a7f3da36cc635b2f242367f612b4991a /src/mainwindow.cpp | |
parent | updating authors && credits (diff) | |
download | rekonq-7e2da39d7bd331418bd70da47b9aa4ee18c8a3a3.tar.xz |
last minute string fixes
Diffstat (limited to 'src/mainwindow.cpp')
-rw-r--r-- | src/mainwindow.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index f5be73ee..54e64ab6 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -1378,8 +1378,8 @@ bool MainWindow::queryClose() { int answer = KMessageBox::questionYesNoCancel( this, - i18np("Are you sure you want to close the window?\n" "You have 1 tab open", - "Are you sure you want to close the window?\n" "You have %1 tabs open" , + i18np("Are you sure you want to close the window?\n" "You have 1 tab 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(), |