summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pkg/systray/notificator.go2
-rw-r--r--tools/transifex/messages.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/pkg/systray/notificator.go b/pkg/systray/notificator.go
index 80d08c2..f3aa9a9 100644
--- a/pkg/systray/notificator.go
+++ b/pkg/systray/notificator.go
@@ -28,7 +28,7 @@ import (
)
const (
- donationText = `The %s service is expensive to run. Because we don't want to store personal information about you, there is no accounts or billing for this service. But if you want the service to continue, donate at least $5 each month.
+ donationText = `The %s 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.
Do you want to donate now?`
aboutText = `%[1]s is an easy, fast, and secure VPN service from %[2]s. %[1]s does not require a user account, keep logs, or track you in any way.
diff --git a/tools/transifex/messages.json b/tools/transifex/messages.json
index 0cd8940..70017c1 100644
--- a/tools/transifex/messages.json
+++ b/tools/transifex/messages.json
@@ -18,7 +18,7 @@
"Turn on": "Turn on",
"Use {ApplicationName} {City} gateway": "Use {ApplicationName} {City} gateway",
"aboutText": "{ApplicationName} is an easy, fast, and secure VPN service from {Provider}. {ApplicationName} does not require a user account, keep logs, or track you in any way.\n\t \nThis service is paid for entirely by donations from users like you. Please donate at {DonateURL}.\n\t\t\nBy using this application, you agree to the Terms of Service available at {TosURL}. This service is provide as-is, without any warranty, and is intended for people who work to make the world a better place.\n\n\n{ApplicationName_1} version: {Version}",
- "donationText": "The {ApplicationName} service is expensive to run. Because we don't want to store personal information about you, there is no accounts or billing for this service. But if you want the service to continue, donate at least $5 each month.\n\t\nDo you want to donate now?",
+ "donationText": "The {ApplicationName} 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\t\nDo you want to donate now?",
"errorMsg": "An error has ocurred initializing the VPN: {Err}",
"errorStartingVPN": "Can't connect to {ApplicationName}: {Err}",
"missingAuthAgent": "Could not find a polkit authentication agent. Please run one and try again.",