From 5bddeb75b2fc12943371b306103d1660275e3bcd Mon Sep 17 00:00:00 2001 From: Ruben Pollan Date: Wed, 3 Feb 2021 13:45:55 +0100 Subject: Don't document html parameters They are hidden in transifex. - Resolves: #414 --- gui/qml/AboutDialog.qml | 2 -- 1 file changed, 2 deletions(-) diff --git a/gui/qml/AboutDialog.qml b/gui/qml/AboutDialog.qml index bd3d77e..97be25e 100644 --- a/gui/qml/AboutDialog.qml +++ b/gui/qml/AboutDialog.qml @@ -15,14 +15,12 @@ MessageDialog { var _donateTXT = "" if (_donateURL) { //: donation text of the about dialog - //: %1 -> donation URL _donateTXT = qsTr("

This service is paid for entirely by donations from users like you. Please donate.

").arg(_donateURL) } //: about dialog //: %1 -> application name //: %2 -> provider name //: %3 -> donation text if activated - //: %4 -> TOS URL var _txt = qsTr( "

%1 is an easy, fast, and secure VPN service from %2. %1 does not require a user account, keep logs, or track you in any way.

%3

By using this application, you agree to the Terms of Service. This service is provided as-is, without any warranty, and is intended for people who work to make the world a better place.

").arg(_name).arg(_provider).arg(_donateTXT).arg(_tosURL) return _txt -- cgit v1.2.3