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

Unified Diff: _locales/en_US/messages.json

Issue 29327244: Issue 3024 - Added opt-out to Chrome notifications (Closed)
Patch Set: Made `getNotificationButtons` independent of external variables Created Sept. 11, 2015, 2:37 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
« no previous file with comments | « no previous file | lib/notificationHelper.js » ('j') | lib/notificationHelper.js » ('J')
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
@@ -101,6 +101,12 @@
"description": "Extension name to be shown for development builds. Note: this cannot be longer than 45 characters.",
"message": "Adblock Plus development build"
},
+ "notification_configure": {
+ "message": "Configure notification settings"
+ },
+ "notification_open_all": {
+ "message": "Open all links from this notification"
+ },
"notification_with_buttons": {
"message": "Click 'OK' to open all links in this notification."
},
« no previous file with comments | « no previous file | lib/notificationHelper.js » ('j') | lib/notificationHelper.js » ('J')

Powered by Google App Engine
This is Rietveld