diff options
author | cyBerta <cyberta@riseup.net> | 2021-12-05 15:09:22 +0100 |
---|---|---|
committer | cyBerta <cyberta@riseup.net> | 2021-12-05 15:09:22 +0100 |
commit | 11d02a74973806098aa2ab9fd70a22cdb87b95a7 (patch) | |
tree | 8f82ea985c51f67a0c27404c2f29ae385be72fbe /app/src/main/res/values/strings.xml | |
parent | 5aaa3bb1c83d486e300eb98876eab26ad4325b82 (diff) |
fix some of the existing strings
Diffstat (limited to 'app/src/main/res/values/strings.xml')
-rw-r--r-- | app/src/main/res/values/strings.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 4458b095..eb6c22df 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -155,7 +155,7 @@ <string name="gateway_selection_recommended_location">Recommended location</string> <string name="gateway_selection_recommended">Recommended</string> <string name="gateway_selection_manually">Manually select</string> - <string name="gateway_selection_automatic_location">Automatically use best connection.</string> + <string name="gateway_selection_automatic_location">Automatically use best connection</string> <string name="gateway_selection_automatic">Automatic</string> <string name="reconnecting">Reconnecting…</string> <string name="tor_starting">Starting bridges for censorship circumvention…</string> @@ -167,8 +167,8 @@ <string name="log_handshake">Handshaking with a relay</string> <string name="log_handshake_done">Handshake with a relay done</string> <string name="log_onehop_create">Establishing an encrypted directory connection</string> - <string name="log_requesting_status">Asking for networkstatus consensus</string> - <string name="log_loading_status">Loading networkstatus consensus</string> + <string name="log_requesting_status">Asking for network status consensus</string> + <string name="log_loading_status">Loading network status consensus</string> <string name="log_loading_keys">Loading authority key certs</string> <string name="log_requesting_descriptors">Asking for relay descriptors</string> <string name="log_loading_descriptors">Loading relay descriptors</string> |