corrections to the text

This commit is contained in:
vladimir.kuznetsov 2023-10-09 22:54:33 +05:00
parent cb7fe50d46
commit 00be3c3ccc
6 changed files with 7 additions and 7 deletions

View file

@ -360,7 +360,7 @@ PageType {
onClicked: { onClicked: {
questionDrawer.headerText = qsTr("Remove OpenVpn from server?") questionDrawer.headerText = qsTr("Remove OpenVpn from server?")
questionDrawer.descriptionText = qsTr("All users with whom you shared a connection will no longer be able to connect to it") questionDrawer.descriptionText = qsTr("All users who you shared a connection with will no longer be able to connect to it.")
questionDrawer.yesButtonText = qsTr("Continue") questionDrawer.yesButtonText = qsTr("Continue")
questionDrawer.noButtonText = qsTr("Cancel") questionDrawer.noButtonText = qsTr("Cancel")

View file

@ -174,7 +174,7 @@ PageType {
clickedFunction: function() { clickedFunction: function() {
questionDrawer.headerText = qsTr("Remove %1 from server?").arg(ContainersModel.getCurrentlyProcessedContainerName()) questionDrawer.headerText = qsTr("Remove %1 from server?").arg(ContainersModel.getCurrentlyProcessedContainerName())
questionDrawer.descriptionText = qsTr("All users with whom you shared a connection will no longer be able to connect to it") questionDrawer.descriptionText = qsTr("All users who you shared a connection with will no longer be able to connect to it.")
questionDrawer.yesButtonText = qsTr("Continue") questionDrawer.yesButtonText = qsTr("Continue")
questionDrawer.noButtonText = qsTr("Cancel") questionDrawer.noButtonText = qsTr("Cancel")

View file

@ -68,8 +68,8 @@ PageType {
height: 20 height: 20
font.pixelSize: 14 font.pixelSize: 14
text: qsTr("This is a free and open source application. If you like it, support the developers with a donation. text: qsTr("This is a free and open source application. If you like it, support the developers with a donation. ") +
And if you don't like the app, all the more support it - the donation will be used to improve the app.") qsTr("And if you dont like the application, all the more reason to support it - the donation will be used for the improving the application.")
color: "#CCCAC8" color: "#CCCAC8"
} }

View file

@ -77,7 +77,7 @@ PageType {
Layout.fillWidth: true Layout.fillWidth: true
Layout.topMargin: -12 Layout.topMargin: -12
text: qsTr("It will help you instantly restore connection settings at the next installation") text: qsTr("You can save your settings to a backup file to restore them the next time you install the application.")
color: "#878B91" color: "#878B91"
} }

View file

@ -97,7 +97,7 @@ PageType {
Layout.fillWidth: true Layout.fillWidth: true
text: qsTr("Split site tunneling") text: qsTr("Split site tunneling")
descriptionText: qsTr("Allows you to connect to some sites through a secure connection, and to others bypassing it") descriptionText: qsTr("Allows you to choose which sites you want to use the VPN for.")
rightImageSource: "qrc:/images/controls/chevron-right.svg" rightImageSource: "qrc:/images/controls/chevron-right.svg"
clickedFunction: function() { clickedFunction: function() {

View file

@ -114,7 +114,7 @@ PageType {
clickedFunction: function() { clickedFunction: function() {
questionDrawer.headerText = qsTr("Remove %1 from server?").arg(ContainersModel.getCurrentlyProcessedContainerName()) questionDrawer.headerText = qsTr("Remove %1 from server?").arg(ContainersModel.getCurrentlyProcessedContainerName())
questionDrawer.descriptionText = qsTr("All users with whom you shared a connection will no longer be able to connect to it") questionDrawer.descriptionText = qsTr("All users who you shared a connection with will no longer be able to connect to it.")
questionDrawer.yesButtonText = qsTr("Continue") questionDrawer.yesButtonText = qsTr("Continue")
questionDrawer.noButtonText = qsTr("Cancel") questionDrawer.noButtonText = qsTr("Cancel")