diff options
author | cyBerta <cyberta@riseup.net> | 2021-12-13 10:18:32 +0100 |
---|---|---|
committer | cyBerta <cyberta@riseup.net> | 2021-12-13 10:18:32 +0100 |
commit | cf0cf6964accada6482722b52554978174ef2da2 (patch) | |
tree | a5869a9d1eee196f6ebb95bcf4a0dad0a8caf192 | |
parent | 31766986b80148dfaa9b7bcc7e565daf005e0cd0 (diff) |
improve string log_handshake_done
-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 94b304f0..dd33ce33 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -165,7 +165,7 @@ <string name="log_conn_pt">Connecting to pluggable transport</string> <string name="log_conn_done">Connected to a relay</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_handshake_done">Connection with relay negotiated</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> |