This is an automated email from the git hooks/post-receive script.
richard pushed a commit to branch tor-browser-91.7.0esr-11.0-1 in repository tor-browser.
The following commit(s) were added to refs/heads/tor-browser-91.7.0esr-11.0-1 by this push: new cbf2edbeabca2 fixup! Bug 10760: Integrate TorButton to TorBrowser core cbf2edbeabca2 is described below
commit cbf2edbeabca20c267f70f23d836eb23b61c429b Author: Richard Pospesel richard@torproject.org AuthorDate: Thu Mar 17 21:57:57 2022 +0000
fixup! Bug 10760: Integrate TorButton to TorBrowser core
Bug 40718: Application Menu items should be sentence case --- 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 0812e0e84f450..a473509f1647c 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"
tbb-commits@lists.torproject.org