summaryrefslogtreecommitdiff
path: root/gui/qml/DonateDialog.qml
diff options
context:
space:
mode:
authorkali kaneko (leap communications) <kali@leap.se>2021-02-09 00:09:36 +0100
committerkali kaneko (leap communications) <kali@leap.se>2021-02-09 00:09:36 +0100
commitb8a9a0aef57c387b96503b7d8ee9b08bb2d35999 (patch)
tree81ce468c40f96db820df8ea2fb705e4fc5e69886 /gui/qml/DonateDialog.qml
parent82ee9e4e415c60410980c1adb0bfb74dd1571fc2 (diff)
[style] qmlfmt ftw
Diffstat (limited to 'gui/qml/DonateDialog.qml')
-rw-r--r--gui/qml/DonateDialog.qml7
1 files changed, 4 insertions, 3 deletions
diff --git a/gui/qml/DonateDialog.qml b/gui/qml/DonateDialog.qml
index 366d559..1604e41 100644
--- a/gui/qml/DonateDialog.qml
+++ b/gui/qml/DonateDialog.qml
@@ -9,10 +9,11 @@ MessageDialog {
function getText() {
var _name = ctx ? ctx.appName : "vpn"
- //: donate dialog
- //: %1 -> application name
+ //: donate dialog
+ //: %1 -> application name
var _txt = qsTr(
- "The %1 service is expensive to run. Because we don't want to store personal information about you, there are no accounts or billing for this service. But if you want the service to continue, donate at least $5 each month.\n\nDo you want to donate now?").arg(_name)
+ "The %1 service is expensive to run. Because we don't want to store personal information about you, there are no accounts or billing for this service. But if you want the service to continue, donate at least $5 each month.\n\nDo you want to donate now?").arg(
+ _name)
return _txt
}