diff options
author | cyBerta <cyberta@riseup.net> | 2021-12-10 15:52:29 +0100 |
---|---|---|
committer | cyBerta <cyberta@riseup.net> | 2021-12-10 15:52:29 +0100 |
commit | 26fe791beffdd1aa8ff524933ac4e3a0b3d6658c (patch) | |
tree | 878e02ba13678a86cba3e8d61c3be43c0a997a00 | |
parent | dcf5b2ebd1103b842651adb77d11ccc5c20bf962 (diff) |
remove full stops from tor status strings
-rw-r--r-- | app/src/main/res/values/strings.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index b1ab2511..5dcf4947 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -159,8 +159,8 @@ <string name="gateway_selection_automatic">Automatic</string> <string name="reconnecting">Reconnecting…</string> <string name="tor_starting">Starting bridges for censorship circumvention…</string> - <string name="tor_stopping">Stopping bridges.</string> - <string name="tor_started">Using bridges for censorship circumvention.</string> + <string name="tor_stopping">Stopping bridges</string> + <string name="tor_started">Using bridges for censorship circumvention</string> <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> |