mirror of
https://github.com/onionshare/onionshare.git
synced 2025-09-22 21:44:51 -04: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
a7fff244aa
commit
63717c06b0
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{}",
|
"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{}"
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue