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

Delta Between Two Patch Sets: locale/en_US/desktop-options.json

Issue 29736629: Issue 6532 - Removes required subscription title input field (Closed) Base URL: https://hg.adblockplus.org/adblockplusui
Left Patch Set: Created March 30, 2018, 3:30 a.m.
Right Patch Set: Address PS2 comments Created April 9, 2018, 8:46 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « js/desktop-options.js ('k') | no next file » | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 { 1 {
Thomas Greiner 2018/04/03 14:11:04 It's sufficient to update strings in locale/en_US/
Jon Sonesen 2018/04/06 01:10:09 Acknowledged.
2 "options_page_document_title": { 2 "options_page_document_title": {
3 "description": "Options page title", 3 "description": "Options page title",
4 "message": "Adblock Plus Options" 4 "message": "Adblock Plus Options"
5 }, 5 },
6 "options_page_title": { 6 "options_page_title": {
7 "description": "Page title in navigation sidebar", 7 "description": "Page title in navigation sidebar",
8 "message": "Settings" 8 "message": "Settings"
9 }, 9 },
10 "options_tab_general": { 10 "options_tab_general": {
11 "description": "Sidebar tab label", 11 "description": "Sidebar tab label",
(...skipping 426 matching lines...) Expand 10 before | Expand all | Expand 10 after
438 "website": { 438 "website": {
439 "content": "$1", 439 "content": "$1",
440 "example": "example.com" 440 "example": "example.com"
441 } 441 }
442 } 442 }
443 }, 443 },
444 "options_notification_hide": { 444 "options_notification_hide": {
445 "description": "Hidden text attached to the close button for screen readers of Notification", 445 "description": "Hidden text attached to the close button for screen readers of Notification",
446 "message": "Close notification" 446 "message": "Close notification"
447 } 447 }
448 } 448 }
Thomas Greiner 2018/04/03 14:11:04 Coding style: "Newline at end of file, otherwise n
LEFTRIGHT

Powered by Google App Engine
This is Rietveld