We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 201663c commit e447900Copy full SHA for e447900
1 file changed
src/chrome/content/code/AndroidUI.jsm
@@ -54,7 +54,7 @@ function unloadFromWindow() {
54
55
function addToggleItemToMenu(enabled) {
56
if (menuId) { aWindow.NativeWindow.menu.remove(menuId); }
57
- var menuLabel = enabled ? "HTTPS Everywhere on" : "HTTPS Everywhere off";
+ var menuLabel = enabled ? "HTTPS Everywhere (on)" : "HTTPS Everywhere (off)";
58
menuId = aWindow.NativeWindow.menu.add(menuLabel, null, function() {
59
popupToggleMenu(aWindow, enabled);
60
});
0 commit comments