summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndrius Štikonas <stikonas@gmail.com>2011-01-15 19:39:36 +0200
committerAndrius Štikonas <stikonas@gmail.com>2011-01-15 19:39:36 +0200
commit326706c99e20167a48fcc7d864af8ec9f02c7a70 (patch)
tree6c2dbd34c8b115068d15f7b93b712fe2897f56b9 /src
parentThis commit contains the changes to the context menu which we decided in our ... (diff)
downloadrekonq-326706c99e20167a48fcc7d864af8ec9f02c7a70.tar.xz
Fix a typo.
Diffstat (limited to 'src')
-rw-r--r--src/application.cpp2
1 files changed, 1 insertions, 1 deletions
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("<b>%1</b>"
- "<p>rekonq will save your current tabs for when you'll stop private browsing the net..</p>", caption);
+ "<p>rekonq will save your current tabs for when you'll stop private browsing the net.</p>", caption);
int button = KMessageBox::warningContinueCancel(mainWindow(), text, caption, KStandardGuiItem::cont(), KStandardGuiItem::cancel(), i18n("don't ask again") );
if (button != KMessageBox::Continue)