From 4618119b8709d944b8025904b30ad65ed07603ad Mon Sep 17 00:00:00 2001 From: Jonathan Hooverman Date: Fri, 16 Dec 2011 19:42:49 +0100 Subject: [PATCH] Small fixes --- src/app/qupzilla.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/qupzilla.cpp b/src/app/qupzilla.cpp index c3350c853..d71891c11 100644 --- a/src/app/qupzilla.cpp +++ b/src/app/qupzilla.cpp @@ -1248,7 +1248,7 @@ void QupZilla::startPrivate(bool state) bool askNow = settings.value("Browser-View-Settings/AskOnPrivate", true).toBool(); if (state && askNow) { - QString title = tr("Are you sure you want to turn to private browsing?"); + QString title = tr("Are you sure you want to turn on private browsing?"); QString text1 = tr("When private browsing is turned on, some actions concerning your privacy will be disabled:"); QStringList actions;