diff options
author | Andrius Štikonas <stikonas@gmail.com> | 2011-01-15 19:39:36 +0200 |
---|---|---|
committer | Andrius Štikonas <stikonas@gmail.com> | 2011-01-15 19:39:36 +0200 |
commit | 326706c99e20167a48fcc7d864af8ec9f02c7a70 (patch) | |
tree | 6c2dbd34c8b115068d15f7b93b712fe2897f56b9 /src | |
parent | This commit contains the changes to the context menu which we decided in our ... (diff) | |
download | rekonq-326706c99e20167a48fcc7d864af8ec9f02c7a70.tar.xz |
Fix a typo.
Diffstat (limited to 'src')
-rw-r--r-- | src/application.cpp | 2 |
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) |