From ec68131d7a1a83fd296bbde82a5fda248612ab12 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Tue, 2 Feb 2010 03:43:42 +0100 Subject: Ronny Scholz string fix about the disappeared Google search bar --- src/mainwindow.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/mainwindow.cpp') 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) "

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.

", title); int button = KMessageBox::questionYesNo(this, text, title); -- cgit v1.2.1