[tor-commits] [tor-browser/tor-browser-31.4.0esr-4.5-1] fixup! Bug #4234: Use the Firefox Update Process for TBB.

gk at torproject.org gk at torproject.org
Wed Feb 18 10:24:35 UTC 2015


commit 552bdedc60ddac8a7dba54363442bbfc282a94b5
Author: Arthur Edelstein <arthuredelstein at gmail.com>
Date:   Mon Feb 16 14:50:51 2015 -0800

    fixup! Bug #4234: Use the Firefox Update Process for TBB.
    
    Cosmetic improvement for #5698
---
 browser/base/content/aboutDialog.js |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/browser/base/content/aboutDialog.js b/browser/base/content/aboutDialog.js
index 652cbc1..ba856d1 100644
--- a/browser/base/content/aboutDialog.js
+++ b/browser/base/content/aboutDialog.js
@@ -54,7 +54,8 @@ function init(aEvent)
 #ifdef TOR_BROWSER_VERSION
   let versionElem = document.getElementById("version");
   if (versionElem)
-    versionElem.textContent += " (Tor Browser " + TOR_BROWSER_VERSION + ")";
+    versionElem.textContent = TOR_BROWSER_VERSION +
+                              " (based on Mozilla Firefox " + versionElem.textContent + ")";
 #endif
 
 #ifdef MOZ_UPDATER





More information about the tor-commits mailing list