1
mirror of https://invent.kde.org/network/falkon.git synced 2024-11-11 01:22:10 +01:00

Small fixes

This commit is contained in:
Jonathan Hooverman 2011-12-16 19:42:49 +01:00
parent 669a1c695b
commit 4618119b87

View File

@ -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;