diff options
author | cyBerta <cyberta@riseup.net> | 2021-06-24 23:12:45 +0200 |
---|---|---|
committer | cyBerta <cyberta@riseup.net> | 2021-07-21 22:02:24 +0200 |
commit | fca60f51acf8eea48fc4086db00cba1097d097b7 (patch) | |
tree | 1b882bb05f244a31a002c23e0a233a09798c6176 /app/src | |
parent | 57915c157c880f29ac9577d1074bf2d54156231f (diff) |
tweak wording
Diffstat (limited to 'app/src')
-rw-r--r-- | app/src/main/res/values/strings.xml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index b43a0683..7c0e6334 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -155,9 +155,8 @@ <string name="gateway_selection_automatic">Automatic</string> <string name="gateway_selection_current_location">Your traffic is currently routed through: </string> - <string name="tor_starting">Starting Tor with bridges.</string> - <string name="tor_stopping">Stopping Tor with bridges.</string> - <string name="tor_started">Running Tor with bridges to fetch provider configuration.</string> - <string name="tor_provider_setup">Using Bridges to configure provider.</string> + <string name="tor_starting">Starting bridges for censorship circumvention. Please hold on…</string> + <string name="tor_stopping">Stopping bridges.</string> + <string name="tor_started">Using bridges for censorship circumvention.</string> </resources> |