Skip to content

Commit

Permalink
Rename menu item to Replace ads
Browse files Browse the repository at this point in the history
I don't really like the new wording but it'll do for now. It doesn't convey that we are speeding things up considerably by doing it.  Better UI for this will be outside of menus so this is fine for now.

Auditors: @diracdeltas
  • Loading branch information
bbondy committed Jan 20, 2016
1 parent 648145b commit e82a33d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/menu.js
Original file line number Diff line number Diff line change
@@ -493,7 +493,7 @@ const init = (args) => {
enabled: false // Hack to make this look like a section header.
}, {
type: 'checkbox',
label: 'Block and insert safe ads',
label: 'Replace ads',
checked: Filtering.isResourceEnabled(AdBlock.resourceName),
click: function (item, focusedWindow) {
AppActions.setResourceEnabled(AdBlock.resourceName, !Filtering.isResourceEnabled(AdBlock.resourceName))

0 comments on commit e82a33d

Please sign in to comment.