From b928592a7ebc3a0e57989cf4493e15040fd9010f Mon Sep 17 00:00:00 2001 From: Micah Lee Date: Wed, 28 Dec 2016 14:44:25 -0800 Subject: [PATCH] Update error message language for stealth onion services not supported --- resources/locale/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/locale/en.json b/resources/locale/en.json index 3c9dcd17..46478d99 100644 --- a/resources/locale/en.json +++ b/resources/locale/en.json @@ -56,7 +56,7 @@ "gui_quit_warning_dont_quit": "Don't Quit", "error_rate_limit": "An attacker might be trying to guess your URL. To prevent this, OnionShare has automatically stopped the server. To share the files you must start it again and share the new URL.", "zip_progress_bar_format": "Crunching files: %p%", - "error_stealth_not_supported": "Your versions of tor or stem are too old. You need to upgrade them to create stealth onion services.", + "error_stealth_not_supported": "To create stealth onion services, you need at least Tor 0.2.9.1-alpha (or Tor Browser 6.5) and at least python3-stem 1.5.0.", "gui_advanced_options": "Advanced options", "gui_create_stealth": "Create stealth onion service" }