diff options
| author | cyBerta <cyberta@riseup.net> | 2024-12-09 03:53:14 +0100 |
|---|---|---|
| committer | cyberta <cyberta@riseup.net> | 2024-12-11 00:08:30 +0000 |
| commit | 3eb2fac776cc9222a756dcf474eaae6d386a1de3 (patch) | |
| tree | 1ebcb46d7d2b767e5fee417a378972355b7abb3b /app/src/main/res/values | |
| parent | 24acd81be534c15cd9f79f4077df5869c4115278 (diff) | |
change 'Any' to 'Automatically Select' in Circumvention Settings screen
Diffstat (limited to 'app/src/main/res/values')
| -rw-r--r-- | app/src/main/res/values/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index b6ed322b..8c73c269 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -256,7 +256,7 @@ <string name="censorship_circumvention_description">Manual configuration requires technical understanding. Proceed with caution.</string> <string name="discovery">Discovery</string> <string name="discovery_description">Censors can block the discovery of critical configuration information from your provider. Choose a circumvention option to bypass blocks.</string> - <string name="any">Any (automagically selected)</string> + <string name="automatically_select">Automatically select</string> <string name="invite_proxy">Invite Proxy</string> <string name="tunnelling">Tunneling</string> <string name="tunnelling_description">Censors can block access to the open internet. Choose a circumvention option to bypass blocks.</string> |
