diff options
| -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); | 
