[tor-commits] [tor-browser] branch tor-browser-102.2.0esr-12.0-3 updated: fixup! Bug 40925: Implemented the Security Level component

gitolite role git at cupani.torproject.org
Mon Sep 19 22:48:59 UTC 2022


This is an automated email from the git hooks/post-receive script.

richard pushed a commit to branch tor-browser-102.2.0esr-12.0-3
in repository tor-browser.

The following commit(s) were added to refs/heads/tor-browser-102.2.0esr-12.0-3 by this push:
     new ff839fde49f3c fixup! Bug 40925: Implemented the Security Level component
ff839fde49f3c is described below

commit ff839fde49f3c2d2581eda496b5bc8b4a3e60bdb
Author: Henry Wilkes <henry at torproject.org>
AuthorDate: Thu Sep 8 12:19:08 2022 +0100

    fixup! Bug 40925: Implemented the Security Level component
    
    Clean up stray security level fluent ids with no associated string.
---
 .../components/securitylevel/content/securityLevelButton.inc.xhtml  | 4 +---
 .../components/securitylevel/content/securityLevelPanel.inc.xhtml   | 6 ++----
 2 files changed, 3 insertions(+), 7 deletions(-)

diff --git a/browser/components/securitylevel/content/securityLevelButton.inc.xhtml b/browser/components/securitylevel/content/securityLevelButton.inc.xhtml
index 2ca8fcde945c1..96ee1ec0ca499 100644
--- a/browser/components/securitylevel/content/securityLevelButton.inc.xhtml
+++ b/browser/components/securitylevel/content/securityLevelButton.inc.xhtml
@@ -4,6 +4,4 @@
                onmousedown="SecurityLevelButton.onCommand(event);"
                onkeypress="SecurityLevelButton.onCommand(event);"
                closemenu="none"
-               cui-areatype="toolbar"
-               data-l10n-id="security-level-button"
-               />
+               cui-areatype="toolbar"/>
diff --git a/browser/components/securitylevel/content/securityLevelPanel.inc.xhtml b/browser/components/securitylevel/content/securityLevelPanel.inc.xhtml
index 0347ab5e70854..c485f819aba92 100644
--- a/browser/components/securitylevel/content/securityLevelPanel.inc.xhtml
+++ b/browser/components/securitylevel/content/securityLevelPanel.inc.xhtml
@@ -34,11 +34,9 @@
           </hbox>
         </vbox>
         <hbox class="panel-footer">
-            <button id="securityLevel-restoreDefaults"
-                    data-l10n-id="security-level-restore-defaults"/>
+            <button id="securityLevel-restoreDefaults"/>
             <button id="securityLevel-advancedSecuritySettings"
-                    default="true"
-                    data-l10n-id="security-level-change"/>
+                    default="true"/>
         </hbox>
       </vbox>
     </panelview>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the tor-commits mailing list