summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel Jacq <mig@mig5.net>2021-05-04 10:12:15 +1000
committerMiguel Jacq <mig@mig5.net>2021-05-04 10:12:15 +1000
commitbbbe53b3458aba65f637ac9f72c7c3f08db8fb72 (patch)
tree7938b083e5b034f677ab32ab236d312f0f3dde4f
parent5345eadaec5f40f1a0ada4a7b854dbc508b999e1 (diff)
downloadonionshare-bbbe53b3458aba65f637ac9f72c7c3f08db8fb72.tar.gz
onionshare-bbbe53b3458aba65f637ac9f72c7c3f08db8fb72.zip
Make the error_tor_protocol_error the same string that it used to be, so that translations are still correct
-rw-r--r--desktop/src/onionshare/resources/locale/en.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/src/onionshare/resources/locale/en.json b/desktop/src/onionshare/resources/locale/en.json
index 7a71e629..7c74736a 100644
--- a/desktop/src/onionshare/resources/locale/en.json
+++ b/desktop/src/onionshare/resources/locale/en.json
@@ -194,5 +194,5 @@
"gui_rendezvous_cleanup": "Waiting for Tor circuits to close to be sure your files have successfully transferred.\n\nThis might take a few minutes.",
"gui_rendezvous_cleanup_quit_early": "Quit Early",
"error_port_not_available": "OnionShare port not available",
- "error_tor_protocol_error": "OnionShare experienced a protocol error with Tor:\n{}"
+ "error_tor_protocol_error": "There was an error with Tor: {}"
}