[tor-commits] [tor-browser-bundle/master] Bug 13091: Use "Tor Browser" everywhere (space included)

gk at torproject.org gk at torproject.org
Thu Sep 11 08:39:01 UTC 2014


commit 41b90eae7d3d1a3664bc0d482862961a8ed3fcad
Author: Kathy Brade <brade at pearlcrescent.com>
Date:   Wed Sep 10 09:52:33 2014 -0400

    Bug 13091: Use "Tor Browser" everywhere (space included)
    
    Use "TorBrowser" instead "Tor Browser" in Info.plist on Mac OS.
---
 gitian/build-helpers/fix-info-plist.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gitian/build-helpers/fix-info-plist.py b/gitian/build-helpers/fix-info-plist.py
index ccb6c68..ac531ec 100755
--- a/gitian/build-helpers/fix-info-plist.py
+++ b/gitian/build-helpers/fix-info-plist.py
@@ -25,7 +25,7 @@ COPYRIGHT = "Tor Browser %s Copyright %s The Tor Project" % (TORBROWSER_VERSION,
 
 plist = plistlib.readPlist(sys.stdin)
 
-plist["CFBundleGetInfoString"] = "TorBrowser %s" % TORBROWSER_VERSION
+plist["CFBundleGetInfoString"] = "Tor Browser %s" % TORBROWSER_VERSION
 plist["CFBundleShortVersionString"] = TORBROWSER_VERSION
 plist["NSHumanReadableCopyright"] = COPYRIGHT
 





More information about the tor-commits mailing list