Skip to content

Commit 3831b93

Browse files
committed
Localize show counter label
1 parent fcfeda2 commit 3831b93

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

src/chrome/content/toolbar_button.xul

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<menupopup id="https-everywhere-context" onpopupshowing="show_applicable_list(this)">
4343
<!-- entries will be written here by ApplicableList.populate_menu() -->
4444
<menuseparator />
45-
<menuitem type="checkbox" id="https-everywhere-counter-item" label="Show Counter"
45+
<menuitem type="checkbox" id="https-everywhere-counter-item" label="&https-everywhere.menu.showCounter;"
4646
oncommand="httpsEverywhere.toolbarButton.toggleShowCounter()" />
4747
<menuseparator />
4848
<menuitem label="&https-everywhere.menu.observatory;" command="https-everywhere-menuitem-observatory" />

src/chrome/locale/en/https-everywhere.dtd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
<!ENTITY https-everywhere.menu.observatory "SSL Observatory Preferences">
1515
<!ENTITY https-everywhere.menu.globalEnable "Enable HTTPS Everywhere">
1616
<!ENTITY https-everywhere.menu.globalDisable "Disable HTTPS Everywhere">
17+
<!ENTITY https-everywhere.menu.showCounter "Show Counter">
1718

1819
<!ENTITY https-everywhere.prefs.title "HTTPS Everywhere Preferences">
1920
<!ENTITY https-everywhere.prefs.enable_all "Enable All">

0 commit comments

Comments
 (0)