diff options
| author | Cecylia Bocovich <cohosh@torproject.org> | 2020-01-31 11:52:23 -0500 |
|---|---|---|
| committer | Cecylia Bocovich <cohosh@torproject.org> | 2020-01-31 11:52:23 -0500 |
| commit | 3dfc2fdbaa3f8467d8c49977b08256f12149daf4 (patch) | |
| tree | ed217da945b64a379175d36c8a2dc8f7b227bd7a | |
| parent | 56399f5a71f7ebc642ab5ba9526f4da716a83771 (diff) | |
Update help message to allow locales
The only help message urged users to only specify 'en' as a locale. We
now support all locales for tor browser binaries.
| -rw-r--r-- | share/locale/en.json | 2 | ||||
| -rw-r--r-- | share/locale/es.json | 2 | ||||
| -rw-r--r-- | share/locale/pt.json | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/share/locale/en.json b/share/locale/en.json index 8e90cdd..dba3047 100644 --- a/share/locale/en.json +++ b/share/locale/en.json @@ -9,7 +9,7 @@ "links_subject": "[GetTor] Links for your request", "help_body_intro": "This is how you can request a tor browser bundle link.\n\n", "help_body_paragraph": "Send an email to: gettor@torproject.org\n\nIn the body of the email only write: <operating system> <language>.\n\n", - "help_body_support": "We only support windows, osx and linux as operating systems.\n\nAt the moment please only use en as language.\n\n", + "help_body_support": "We only support windows, osx and linux as operating systems.\n\n", "help_subject": "[GetTor] Help Email", "help_debug": "Log application errors to stdout", "help_config": "Custom config file location (optional)", diff --git a/share/locale/es.json b/share/locale/es.json index 8e90cdd..dba3047 100644 --- a/share/locale/es.json +++ b/share/locale/es.json @@ -9,7 +9,7 @@ "links_subject": "[GetTor] Links for your request", "help_body_intro": "This is how you can request a tor browser bundle link.\n\n", "help_body_paragraph": "Send an email to: gettor@torproject.org\n\nIn the body of the email only write: <operating system> <language>.\n\n", - "help_body_support": "We only support windows, osx and linux as operating systems.\n\nAt the moment please only use en as language.\n\n", + "help_body_support": "We only support windows, osx and linux as operating systems.\n\n", "help_subject": "[GetTor] Help Email", "help_debug": "Log application errors to stdout", "help_config": "Custom config file location (optional)", diff --git a/share/locale/pt.json b/share/locale/pt.json index 8e90cdd..dba3047 100644 --- a/share/locale/pt.json +++ b/share/locale/pt.json @@ -9,7 +9,7 @@ "links_subject": "[GetTor] Links for your request", "help_body_intro": "This is how you can request a tor browser bundle link.\n\n", "help_body_paragraph": "Send an email to: gettor@torproject.org\n\nIn the body of the email only write: <operating system> <language>.\n\n", - "help_body_support": "We only support windows, osx and linux as operating systems.\n\nAt the moment please only use en as language.\n\n", + "help_body_support": "We only support windows, osx and linux as operating systems.\n\n", "help_subject": "[GetTor] Help Email", "help_debug": "Log application errors to stdout", "help_config": "Custom config file location (optional)", |
