Skip to content

Commit e447900

Browse files
committed
[Android] Make context menu looks good
1 parent 201663c commit e447900

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/chrome/content/code/AndroidUI.jsm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ function unloadFromWindow() {
5454

5555
function addToggleItemToMenu(enabled) {
5656
if (menuId) { aWindow.NativeWindow.menu.remove(menuId); }
57-
var menuLabel = enabled ? "HTTPS Everywhere on" : "HTTPS Everywhere off";
57+
var menuLabel = enabled ? "HTTPS Everywhere (on)" : "HTTPS Everywhere (off)";
5858
menuId = aWindow.NativeWindow.menu.add(menuLabel, null, function() {
5959
popupToggleMenu(aWindow, enabled);
6060
});

0 commit comments

Comments
 (0)