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

Unified Diff: _locales/en_US/messages.json

Issue 6098518317989888: Fix: Notification popup is broken (Closed)
Patch Set: Notification without button default text Created Feb. 21, 2014, 4:40 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 | background.js » ('j') | background.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
@@ -99,6 +99,12 @@
}
}
},
+ "notification_with_buttons": {
+ "message": "Click 'OK' to open the links in this notification."
Felix Dahlke 2014/02/21 19:17:37 I'd prefer this: "Click 'OK' to open all links in
saroyanm 2014/02/22 10:22:15 Done.
+ },
+ "notification_without_buttons": {
+ "message": "Click on notification to open links."
Felix Dahlke 2014/02/21 19:17:37 I'd prefer this: "Click on the notification to ope
saroyanm 2014/02/22 10:22:15 Done.
+ },
"options": {
"message": "Adblock Plus Options"
},
« no previous file with comments | « no previous file | background.js » ('j') | background.js » ('J')

Powered by Google App Engine
This is Rietveld