From b8a9a0aef57c387b96503b7d8ee9b08bb2d35999 Mon Sep 17 00:00:00 2001 From: "kali kaneko (leap communications)" Date: Tue, 9 Feb 2021 00:09:36 +0100 Subject: [style] qmlfmt ftw --- gui/qml/DonateDialog.qml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'gui/qml/DonateDialog.qml') 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 } -- cgit v1.2.3