summaryrefslogtreecommitdiff
path: root/src/mainwindow.cpp
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2010-05-25 11:16:32 +0200
committerAndrea Diamantini <adjam7@gmail.com>2010-05-25 11:16:32 +0200
commit29ee89dfb20af834efd4471ab8bcc953383ffe1f (patch)
tree32c37db075ee451bf8eeb31f7bf35f08795e9b42 /src/mainwindow.cpp
parentAlternate F6 shortcut for open location action (diff)
parentlast minute string fixes (diff)
downloadrekonq-29ee89dfb20af834efd4471ab8bcc953383ffe1f.tar.xz
Merge commit 'refs/merge-requests/2276' of git://gitorious.org/rekonq/mainline into m2276
Diffstat (limited to 'src/mainwindow.cpp')
-rw-r--r--src/mainwindow.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp
index b80805b1..43418ed3 100644
--- a/src/mainwindow.cpp
+++ b/src/mainwindow.cpp
@@ -1372,8 +1372,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(),