[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [tor-browser/tor-browser-31.4.0esr-4.5-1] fixup! Bug #4234: Use the Firefox Update Process for TBB.
commit 552bdedc60ddac8a7dba54363442bbfc282a94b5
Author: Arthur Edelstein <arthuredelstein@xxxxxxxxx>
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
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits