summaryrefslogtreecommitdiff
path: root/data/extensions/https-everywhere@eff.org/chrome/content/toolbar_button.xul
diff options
context:
space:
mode:
Diffstat (limited to 'data/extensions/https-everywhere@eff.org/chrome/content/toolbar_button.xul')
-rw-r--r--data/extensions/https-everywhere@eff.org/chrome/content/toolbar_button.xul4
1 files changed, 2 insertions, 2 deletions
diff --git a/data/extensions/https-everywhere@eff.org/chrome/content/toolbar_button.xul b/data/extensions/https-everywhere@eff.org/chrome/content/toolbar_button.xul
index a4fe612..c4e2f6b 100644
--- a/data/extensions/https-everywhere@eff.org/chrome/content/toolbar_button.xul
+++ b/data/extensions/https-everywhere@eff.org/chrome/content/toolbar_button.xul
@@ -32,7 +32,7 @@
<toolbarbutton
id="https-everywhere-button"
tooltiptext="&https-everywhere.about.ext_name;"
- label="HTTPS"
+ label="&https-everywhere.about.ext_name;"
context="https-everywhere-context-menu"
oncontextmenu="this.open = true;"
oncommand="this.open = true;"
@@ -43,7 +43,7 @@
<menupopup id="https-everywhere-context" onpopupshowing="show_applicable_list(this)">
<!-- entries will be written here by ApplicableList.populate_menu() -->
<menuseparator class="hide-on-disable"/>
- <menuitem type="checkbox" id="http-nowhere-item" label="Block all HTTP requests"
+ <menuitem type="checkbox" id="http-nowhere-item" label="&https-everywhere.menu.blockHttpRequests;"
oncommand="httpsEverywhere.toolbarButton.toggleHttpNowhere()" class="hide-on-disable"/>
<menuseparator class="hide-on-disable"/>
<menuitem type="checkbox" id="https-everywhere-counter-item" label="&https-everywhere.menu.showCounter;"