Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: locale/en-US/options.json

Issue 29337729: Issue 2374 - Implemented Tweaks section in options page (Closed)
Patch Set: Created Feb. 25, 2016, 5:50 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: locale/en-US/options.json
===================================================================
--- a/locale/en-US/options.json
+++ b/locale/en-US/options.json
@@ -141,7 +141,15 @@
},
"options_tweaks_blockElement": {
"description": "Show block Element option in Advanced tab",
- "message": "Show <a>Block Element</a> right-click menu item"
+ "message": "Show <strong>Block Element</strong> right-click menu item"
+ },
+ "options_tweaks_showNotifications": {
+ "description": "Notification opt-out option in Advanced tab",
+ "message": "Show useful <strong>notifications</strong>"
+ },
+ "options_tweaks_safariContentBlocker": {
+ "description": "Switch between classic and Safari's content blocking",
+ "message": "Use Safari's content blocking mechanism"
Sebastian Noack 2016/02/25 19:23:35 This feature should be indicated as experimental.
Thomas Greiner 2016/02/26 13:01:58 Make sense. What about "Use Safari's native Conten
Sebastian Noack 2016/02/26 15:20:14 Except when they call it Content Blockers: https:/
Thomas Greiner 2016/02/29 17:32:42 Done. Maybe they're referring to the product as Co
},
"options_filterList_title": {
"description": "Section title in Advanced tab",
@@ -225,7 +233,7 @@
},
"options_customFilters_textbox_placeholder": {
"description": "Adding custom filter textbox placeholder text in Advanced tab",
- "message": "add your blocking rule here"
+ "message": "add your filter rule here"
},
"options_customFilter_edit": {
"description": "Label for editing custom filter in Advanced tab",

Powered by Google App Engine
This is Rietveld