From 326706c99e20167a48fcc7d864af8ec9f02c7a70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrius=20=C5=A0tikonas?= Date: Sat, 15 Jan 2011 19:39:36 +0200 Subject: Fix a typo. --- src/application.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/application.cpp b/src/application.cpp index 466a0a4e..f38832cf 100644 --- a/src/application.cpp +++ b/src/application.cpp @@ -637,7 +637,7 @@ void Application::setPrivateBrowsingMode(bool b) { QString caption = i18n("Are you sure you want to turn on private browsing?"); QString text = i18n("%1" - "

rekonq will save your current tabs for when you'll stop private browsing the net..

", caption); + "

rekonq will save your current tabs for when you'll stop private browsing the net.

", caption); int button = KMessageBox::warningContinueCancel(mainWindow(), text, caption, KStandardGuiItem::cont(), KStandardGuiItem::cancel(), i18n("don't ask again") ); if (button != KMessageBox::Continue) -- cgit v1.2.1