[tbb-commits] [tor-browser/tor-browser-91.4.0esr-11.5-1] fixup! Bug 10760: Integrate TorButton to TorBrowser core
gk at torproject.org
gk at torproject.org
Wed Dec 8 10:17:11 UTC 2021
commit b33897a4f757076cf10efc192b6da20878b4cca7
Author: Richard Pospesel <richard at torproject.org>
Date: Mon Dec 6 15:37:34 2021 +0100
fixup! Bug 10760: Integrate TorButton to TorBrowser core
---
browser/base/content/appmenu-viewcache.inc.xhtml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/browser/base/content/appmenu-viewcache.inc.xhtml b/browser/base/content/appmenu-viewcache.inc.xhtml
index 0812e0e84f45..a473509f1647 100644
--- a/browser/base/content/appmenu-viewcache.inc.xhtml
+++ b/browser/base/content/appmenu-viewcache.inc.xhtml
@@ -272,12 +272,12 @@
<toolbarbutton id="appMenuNewIdentity"
class="subviewbutton"
key="torbutton-new-identity-key"
- label="&torbutton.context_menu.new_identity;"
+ label="&torbutton.context_menu.new_identity_sentence_case;"
oncommand="torbutton_new_identity();"/>
<toolbarbutton id="appMenuNewCircuit"
class="subviewbutton"
key="torbutton-new-circuit-key"
- label="&torbutton.context_menu.new_circuit;"
+ label="&torbutton.context_menu.new_circuit_sentence_case;"
oncommand="torbutton_new_circuit();"/>
<toolbarseparator/>
<toolbarbutton id="appMenu-bookmarks-button"
More information about the tbb-commits
mailing list