summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel Jacq <mig@mig5.net>2021-05-04 10:04:33 +1000
committerMiguel Jacq <mig@mig5.net>2021-05-04 10:04:33 +1000
commit5345eadaec5f40f1a0ada4a7b854dbc508b999e1 (patch)
tree988e2bc11c7020756505a9a12c9a4f7e5a266bb3
parent5b7fda4ef94ae174af8b040b33ee4a95498822c4 (diff)
downloadonionshare-5345eadaec5f40f1a0ada4a7b854dbc508b999e1.tar.gz
onionshare-5345eadaec5f40f1a0ada4a7b854dbc508b999e1.zip
Re-instate the locale key string error_tor_protocol_error, for surfacing Alert dialogs in the UI when Stem throws a ProtocolError back from Tor
-rw-r--r--desktop/src/onionshare/resources/locale/en.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/desktop/src/onionshare/resources/locale/en.json b/desktop/src/onionshare/resources/locale/en.json
index a3489698..7a71e629 100644
--- a/desktop/src/onionshare/resources/locale/en.json
+++ b/desktop/src/onionshare/resources/locale/en.json
@@ -193,5 +193,6 @@
"settings_error_bundled_tor_broken": "OnionShare could not connect to Tor:\n{}",
"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"
-} \ No newline at end of file
+ "error_port_not_available": "OnionShare port not available",
+ "error_tor_protocol_error": "OnionShare experienced a protocol error with Tor:\n{}"
+}