[tor-commits] [tor-launcher/master] Bug 19757: Support on-disk storage of v3 client auth keys

sysrqb at torproject.org sysrqb at torproject.org
Fri Feb 21 21:41:03 UTC 2020


commit f53497c7255b040b6c97738c3c64e98b69cc96e4
Author: Kathy Brade <brade at pearlcrescent.com>
Date:   Wed Dec 4 09:46:54 2019 -0500

    Bug 19757: Support on-disk storage of v3 client auth keys
    
    Add string for the "missing onion authentication directory" error.
---
 src/chrome/locale/en-US/torlauncher.properties | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/chrome/locale/en-US/torlauncher.properties b/src/chrome/locale/en-US/torlauncher.properties
index ca9774b..6ec8c40 100644
--- a/src/chrome/locale/en-US/torlauncher.properties
+++ b/src/chrome/locale/en-US/torlauncher.properties
@@ -1,4 +1,4 @@
-### Copyright (c) 2016, The Tor Project, Inc.
+### Copyright (c) 2020, The Tor Project, Inc.
 ### See LICENSE for licensing information.
 
 torlauncher.error_title=Tor Launcher
@@ -16,6 +16,7 @@ torlauncher.unable_to_start_tor=Unable to start Tor.\n\n%S
 torlauncher.tor_missing=The Tor executable is missing.
 torlauncher.torrc_missing=The torrc file is missing and could not be created.
 torlauncher.datadir_missing=The Tor data directory does not exist and could not be created.
+torlauncher.onionauthdir_missing=The Tor onion authentication directory does not exist and could not be created.
 torlauncher.password_hash_missing=Failed to get hashed password.
 
 torlauncher.failed_to_get_settings=Unable to retrieve Tor settings.\n\n%S





More information about the tor-commits mailing list