summaryrefslogtreecommitdiff
path: root/app/src/main/res/values
diff options
context:
space:
mode:
authorcyBerta <cyberta@riseup.net>2021-12-10 11:55:50 +0100
committercyBerta <cyberta@riseup.net>2021-12-10 11:55:50 +0100
commit88f52dab88ef99b2560e698112a91db86da1203d (patch)
treefab2e1fca0ba4d3ae3b82d3a86f3d63d34c97c12 /app/src/main/res/values
parent9db9ceeaafe5f0852d63dcf736b5290272cf6afc (diff)
strings improvement: use less technical word negotiating instead of handshaking
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r--app/src/main/res/values/strings.xml6
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 60bfc4b3..eed5bc1e 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -164,8 +164,8 @@
<string name="log_conn_done_pt">Connected to pluggable transport</string>
<string name="log_conn_pt">Connecting to pluggable transport</string>
<string name="log_conn_done">Connected to a relay</string>
- <string name="log_handshake">Handshaking with a relay</string>
- <string name="log_handshake_done">Handshake with a relay done</string>
+ <string name="log_handshake">Negotiating connection with a relay</string>
+ <string name="log_handshake_done">Connection negotiation with a relay done</string>
<string name="log_onehop_create">Establishing an encrypted directory connection</string>
<string name="log_requesting_status">Asking for network status consensus</string>
<string name="log_loading_status">Loading network status consensus</string>
@@ -173,7 +173,7 @@
<string name="log_requesting_descriptors">Asking for relay descriptors</string>
<string name="log_loading_descriptors">Loading relay descriptors</string>
<string name="log_enough_dirinfo">Loaded enough directory info to build circuits</string>
- <string name="log_ap_handshake_done">Handshake finished with a relay to build circuits</string>
+ <string name="log_ap_handshake_done">Negotiation finished with a relay to build circuits</string>
<string name="log_circuit_create">Establishing a Tor circuit</string>
<string name="log_done">Running</string>
<string name="channel_name_tor_service">%s Bridges Service</string>