summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorMiguel Jacq <mig@mig5.net>2018-09-19 10:46:32 +1000
committerGitHub <noreply@github.com>2018-09-19 10:46:32 +1000
commitf819942582e4b48c36c819c500dc3d3a530a6df3 (patch)
tree0259d85355874bf27929a27791e8a1ce94aeda57 /share
parent88e186ba355b742fd5ee09513b89a4d3dc1c79be (diff)
parent6da5ae84f7a719e71ec25464b9f4b47edbb714c0 (diff)
downloadonionshare-f819942582e4b48c36c819c500dc3d3a530a6df3.tar.gz
onionshare-f819942582e4b48c36c819c500dc3d3a530a6df3.zip
Merge pull request #761 from micahflee/760_fix_tor_crash
Fixes tor crash
Diffstat (limited to 'share')
-rw-r--r--share/locale/en.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/share/locale/en.json b/share/locale/en.json
index 4e7143d3..7d3daba8 100644
--- a/share/locale/en.json
+++ b/share/locale/en.json
@@ -122,7 +122,8 @@
"settings_error_bundled_tor_timeout": "Connecting to Tor is taking too long. Maybe your computer is offline, or your system clock isn't accurate.",
"settings_error_bundled_tor_broken": "OnionShare could not connect to Tor in the background:\n{}",
"settings_test_success": "Congratulations, OnionShare can connect to the Tor controller.\n\nTor version: {}\nSupports ephemeral onion services: {}\nSupports stealth onion services: {}",
- "error_tor_protocol_error": "Could not communicate with the Tor controller.\nIf you're using Whonix, check out https://www.whonix.org/wiki/onionshare to make OnionShare work.",
+ "error_tor_protocol_error": "There was an error with Tor: {}",
+ "error_tor_protocol_error_unknown": "There was an unknown error with Tor",
"error_invalid_private_key": "This private key type is unsupported",
"connecting_to_tor": "Connecting to the Tor network",
"update_available": "A new version of OnionShare is available. <a href='{}'>Click here</a> to download it.<br><br>Installed version: {}<br>Latest version: {}",