summaryrefslogtreecommitdiff
path: root/gui/qml/DonateDialog.qml
diff options
context:
space:
mode:
authorRuben Pollan <meskio@sindominio.net>2020-07-10 11:04:49 +0200
committerRuben Pollan <meskio@sindominio.net>2020-07-28 13:44:58 +0200
commitcf5ed56c943599c092a91933b45471c4c0e5d579 (patch)
treec2a4f1ce4cffff3dce4c207575d15aa2a43c365f /gui/qml/DonateDialog.qml
parentcdb42f0d6b47a60ceb647e3ac6a6ce66352dbae4 (diff)
Add support for internationalization
- Resolves: #243
Diffstat (limited to 'gui/qml/DonateDialog.qml')
-rw-r--r--gui/qml/DonateDialog.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/gui/qml/DonateDialog.qml b/gui/qml/DonateDialog.qml
index de7ab5b..afbd57b 100644
--- a/gui/qml/DonateDialog.qml
+++ b/gui/qml/DonateDialog.qml
@@ -9,6 +9,8 @@ MessageDialog {
function getText() {
var _name = ctx ? ctx.appName : "vpn"
+ //: 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)
return _txt