From bb3c5ca746a83a9eacdba82b293550ba404dc905 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dar=C3=ADo=20Here=C3=B1=C3=BA?= Date: Thu, 25 Jun 2020 21:33:21 -0300 Subject: [PATCH] Minor fix on line 78 (#24) * Minor fix on line 78 * Update en-US.json --- src/scripts/i18n/en-US.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/scripts/i18n/en-US.json b/src/scripts/i18n/en-US.json index 807e632..2b90bb3 100644 --- a/src/scripts/i18n/en-US.json +++ b/src/scripts/i18n/en-US.json @@ -75,7 +75,7 @@ "manageSources": "Manage sources" }, "settings": { - "writeError": "An error has occured while writing the file.", + "writeError": "An error has occurred while writing the file.", "name": "Settings", "fetching": "Updating sources, please wait …", "exit": "Exit settings", @@ -92,7 +92,7 @@ "sources": { "untitled": "Source", "errorAdd": "An error has occured when adding the source.", - "errorParse": "An error has occured when parsing the OPML file.", + "errorParse": "An error has occurred when parsing the OPML file.", "errorParseHint": "Please ensure that the file isn't corrupted and is encoded with UTF-8.", "errorImport": "Error importing {count, plural, =1 {# source} other {# sources}}.", "opmlFile": "OPML File", @@ -174,4 +174,4 @@ "setPac": "Set PAC", "pacHint": "For Socks proxies, it is recommended for PAC to return \"SOCKS5\" for proxy-side DNS. Turning off proxy requires restart." } -} \ No newline at end of file +}