2 fixes
This commit is contained in:
parent
7ea9958822
commit
f443b3fc00
2 changed files with 2 additions and 2 deletions
|
|
@ -2377,7 +2377,7 @@ Thank you for staying with us!</source>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../ui/qml/Pages2/PageSettingsDns.qml" line="111"/>
|
<location filename="../ui/qml/Pages2/PageSettingsDns.qml" line="111"/>
|
||||||
<source>Settings have been reset</source>
|
<source>Settings have been reset</source>
|
||||||
<translation>Настройки сброшены</translation>
|
<translation>Настройки были сброшены</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../ui/qml/Pages2/PageSettingsDns.qml" line="125"/>
|
<location filename="../ui/qml/Pages2/PageSettingsDns.qml" line="125"/>
|
||||||
|
|
|
||||||
|
|
@ -85,7 +85,7 @@ PageType {
|
||||||
checked: SettingsController.strictKillSwitchEnabled
|
checked: SettingsController.strictKillSwitchEnabled
|
||||||
|
|
||||||
text: qsTr("Strict KillSwitch")
|
text: qsTr("Strict KillSwitch")
|
||||||
descriptionText: qsTr("Internet connection is blocked even if VPN was turned off manually or not started")
|
descriptionText: qsTr("Internet connection is blocked even when VPN is turned off manually or hasn't started")
|
||||||
|
|
||||||
onClicked: function() {
|
onClicked: function() {
|
||||||
var headerText = qsTr("Just a little heads-up")
|
var headerText = qsTr("Just a little heads-up")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue