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

This commit is contained in:
Miguel Jacq 2021-05-04 10:04:33 +10:00
parent 5b7fda4ef9
commit 5345eadaec
No known key found for this signature in database
GPG Key ID: EEA4341C6D97A0B6

View File

@ -193,5 +193,6 @@
"settings_error_bundled_tor_broken": "OnionShare could not connect to Tor:\n{}", "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": "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", "gui_rendezvous_cleanup_quit_early": "Quit Early",
"error_port_not_available": "OnionShare port not available" "error_port_not_available": "OnionShare port not available",
"error_tor_protocol_error": "OnionShare experienced a protocol error with Tor:\n{}"
} }