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

Unified Diff: _locales/en_US/messages.json

Issue 16067002: Added Safari Support (Closed)
Patch Set: Removed absolute URL fix for Safari (this is done by the buildtools now), introduced browser specif… Created Oct. 31, 2013, 10:50 a.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
« no previous file with comments | « .hgsubstate ('k') | background.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: _locales/en_US/messages.json
===================================================================
--- a/_locales/en_US/messages.json
+++ b/_locales/en_US/messages.json
@@ -29,9 +29,16 @@
"clickhide_instructions": {
"message": "After closing this popup, click (or right-click) an element on the page."
},
- "description": {
+ "description_chrome": {
Wladimir Palant 2013/10/31 14:07:06 While we are at it, please add "Must not be more t
Wladimir Palant 2013/10/31 14:42:13 Feel free to address this comment.
"message": "The free adblock tool for Chrome: Blocks annoying video ads on YouTube, Facebook ads, banners and much more."
},
+ "description_opera": {
+ "message": "The free adblock tool for Opera: Blocks annoying video ads on YouTube, Facebook ads, banners and much more."
+ },
+ "description_safari": {
+ "description": "Must not be more than 100 characters wide",
Wladimir Palant 2013/10/31 14:07:06 Wrong indentation here: tab used instead of spaces
Sebastian Noack 2013/10/31 14:40:37 The extension builder shows a warning, saying that
+ "message": "The free adblock tool for Safari: Blocks annoying ads on YouTube, Facebook ads, banners and more."
+ },
"disable_inline": {
"message": "Disable inline text ads"
},
@@ -46,7 +53,7 @@
"message": "Edit filters as raw text"
},
"enable_only_the": {
- "message": "Enable only the filter lists you need. Too many can make Chrome unresponsive."
+ "message": "Enable only the filter lists you need. Too many can make your browser unresponsive."
},
"enabled_for_site": {
"description": "Popup balloon checkbox label",
« no previous file with comments | « .hgsubstate ('k') | background.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld