mirror of
https://github.com/onionshare/onionshare.git
synced 2025-12-15 16:29:35 -05:00
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:
parent
5b7fda4ef9
commit
5345eadaec
1 changed files with 3 additions and 2 deletions
|
|
@ -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"
|
||||
}
|
||||
"error_port_not_available": "OnionShare port not available",
|
||||
"error_tor_protocol_error": "OnionShare experienced a protocol error with Tor:\n{}"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue