Skip to content

Commit

Permalink
Change menu item wording
Browse files Browse the repository at this point in the history
  • Loading branch information
Reda Lemeden committed Dec 16, 2015
1 parent 7435997 commit e524272
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Nope.safariextension/global.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ function validateHandler(event) {
event.target.disabled = (typeof currentURL === "undefined")
updateMenuButtonIcon(event.target)
} else if (event.target.identifier == "currentPageURL") {
event.target.title = "Rules for " + domain
event.target.title = "Domain: " + domain
} else if (event.target.identifier == "whiteListSite") {
event.target.checkedState = arrayContains(yepArray, domain)
} else if (event.target.identifier == "grayListSite") {
Expand Down

0 comments on commit e524272

Please sign in to comment.