diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2010-02-02 03:43:42 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-02-02 03:43:42 +0100 |
commit | ec68131d7a1a83fd296bbde82a5fda248612ab12 (patch) | |
tree | c90762dfef0ecd284d9164184abd2f2d747b8333 /src/mainwindow.cpp | |
parent | Fix bug 219752 (diff) | |
download | rekonq-ec68131d7a1a83fd296bbde82a5fda248612ab12.tar.xz |
Ronny Scholz string fix about
the disappeared Google search bar
Diffstat (limited to 'src/mainwindow.cpp')
-rw-r--r-- | src/mainwindow.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index d3c14d85..517c1e14 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -696,9 +696,8 @@ void MainWindow::privateBrowsing(bool enable) "<p>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, 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" + " site icons will not be stored, the session will not be saved." + " Until you close the window, you can still click the Back and Forward buttons" " to return to the web pages you have opened.</p>", title); int button = KMessageBox::questionYesNo(this, text, title); |