diff options
author | mhunter <mhunter@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-05-06 21:21:51 +0000 |
---|---|---|
committer | mhunter <mhunter@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-05-06 21:21:51 +0000 |
commit | 40d35dd752da6fbf6bd98c0b12d0e0f52665340f (patch) | |
tree | fad87125c8fc712a0fdf808091ce259ef140d3bb /src/mainwindow.cpp | |
parent | de translation was already imported (diff) | |
download | rekonq-40d35dd752da6fbf6bd98c0b12d0e0f52665340f.tar.xz |
Typographical and grammar corrections
git-svn-id: svn+ssh://svn.kde.org/home/kde/trunk/playground/network/rekonq@964548 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'src/mainwindow.cpp')
-rw-r--r-- | src/mainwindow.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index d1ab721f..4fdf306f 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -569,13 +569,13 @@ void MainWindow::slotPrivateBrowsing(bool enable) if (enable) { QString title = i18n("Are you sure you want to turn on private browsing?"); - QString text = "<b>" + title + i18n("</b><br><br>When private browsing in turned on," - " webpages are not added to the history," + QString text = "<b>" + title + i18n("</b><br><br>When private browsing is turned on," + " web pages are not added to the history," " new cookies are not stored, current cookies cannot be accessed," \ - " site icons will not be stored, session will not be saved, " \ - " and searches are not addded to the pop-up menu in the Google search box." \ + " site icons will not be stored, the session will not be saved, " \ + " and searches are not added to the pop-up menu in the Google search box." \ " Until you close the window, you can still click the Back and Forward buttons" \ - " to return to the webpages you have opened."); + " to return to the web pages you have opened."); int button = KMessageBox::questionYesNo(this, text, title); if (button == KMessageBox::Ok) |