diff options
author | cyBerta <cyberta@riseup.net> | 2021-11-28 23:35:19 +0100 |
---|---|---|
committer | cyBerta <cyberta@riseup.net> | 2021-11-28 23:35:19 +0100 |
commit | 83685da4414d38d2be2bf7441d274aa2f693e0d2 (patch) | |
tree | 8ecc586dbbaae70669adb5d7a2fc0e3b5e318f29 /app/src/main/res/values | |
parent | 3f25f3f40de171061fae38e2e6ebc4f02252aebb (diff) |
improve snowflake description
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 741633bd..c5f021f3 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -185,7 +185,7 @@ <string name="error_network_connection">%s has no internet connection. Please check your WiFi and cellular data settings.</string> <string name="censorship_circumvention">Censorship circumvention</string> <string name="use_snowflake">Use Snowflake</string> - <string name="snowflake_description">Circumvent blocking of the provider\'s configuration server.</string> + <string name="snowflake_description">Protect configuration process against censorship.</string> <string name="vpn_settings">VPN settings</string> <string name="prefer_udp">Use UDP if available</string> <string name="prefer_udp_subtitle">UDP can be faster and better for streaming, but does not work for all networks.</string> |