aboutsummaryrefslogtreecommitdiff
path: root/desktop/src/onionshare/resources
diff options
context:
space:
mode:
authorMiguel Jacq <mig@mig5.net>2021-08-27 17:59:52 +1000
committerMiguel Jacq <mig@mig5.net>2021-08-27 17:59:52 +1000
commit06344f23ad7561bf0fc568d1b77d10578ade64b6 (patch)
tree24e594ac848573797de505eefe0327d3b2b3d0d9 /desktop/src/onionshare/resources
parent41ddeb08b943cfa3bb80132f11e2a459f68ce2f9 (diff)
downloadonionshare-06344f23ad7561bf0fc568d1b77d10578ade64b6.tar.gz
onionshare-06344f23ad7561bf0fc568d1b77d10578ade64b6.zip
Clean up some inefficient code, and re-word the 'too old for stealth' dialog message
Diffstat (limited to 'desktop/src/onionshare/resources')
-rw-r--r--desktop/src/onionshare/resources/locale/en.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/src/onionshare/resources/locale/en.json b/desktop/src/onionshare/resources/locale/en.json
index 0d2bdd66..1e71bced 100644
--- a/desktop/src/onionshare/resources/locale/en.json
+++ b/desktop/src/onionshare/resources/locale/en.json
@@ -87,7 +87,7 @@
"gui_server_autostop_timer_expired": "The auto-stop timer already ran out. Please adjust it to start sharing.",
"gui_server_autostart_timer_expired": "The scheduled time has already passed. Please adjust it to start sharing.",
"gui_autostop_timer_cant_be_earlier_than_autostart_timer": "The auto-stop time can't be the same or earlier than the auto-start time. Please adjust it to start sharing.",
- "gui_server_doesnt_support_stealth": "Sorry, this version of Tor doesn't support stealth (Client Authorization). Please try with a newer version of Tor.",
+ "gui_server_doesnt_support_stealth": "Sorry, this version of Tor doesn't support stealth (Client Authentication). Please try with a newer version of Tor, or use 'public' mode if it doesn't need to be private.",
"share_via_onionshare": "Share via OnionShare",
"gui_share_url_description": "<b>Anyone</b> with this OnionShare address and private key can <b>download</b> your files using the <b>Tor Browser</b>: <img src='{}' />",
"gui_share_url_public_description": "<b>Anyone</b> with this OnionShare address can <b>download</b> your files using the <b>Tor Browser</b>: <img src='{}' />",