mirror of
https://invent.kde.org/network/falkon.git
synced 2024-12-20 18:56:34 +01:00
Small fixes
This commit is contained in:
parent
669a1c695b
commit
4618119b87
@ -1248,7 +1248,7 @@ void QupZilla::startPrivate(bool state)
|
|||||||
bool askNow = settings.value("Browser-View-Settings/AskOnPrivate", true).toBool();
|
bool askNow = settings.value("Browser-View-Settings/AskOnPrivate", true).toBool();
|
||||||
|
|
||||||
if (state && askNow) {
|
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:");
|
QString text1 = tr("When private browsing is turned on, some actions concerning your privacy will be disabled:");
|
||||||
|
|
||||||
QStringList actions;
|
QStringList actions;
|
||||||
|
Loading…
Reference in New Issue
Block a user