From f0e10434814322bccd92c66a49808542e31a3d6e Mon Sep 17 00:00:00 2001
From: Ruben Pollan <meskio@sindominio.net>
Date: Thu, 7 Feb 2019 22:18:54 +0100
Subject: [PATCH] [locales] fix english typo

---
 pkg/systray/notificator.go    | 2 +-
 tools/transifex/messages.json | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pkg/systray/notificator.go b/pkg/systray/notificator.go
index 80d08c26..f3aa9a95 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 0cd8940d..70017c1b 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.",
-- 
GitLab