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

Unified Diff: tests/test_packagerWebExt.py

Issue 29931564: Issue 7080 - Don't tranlsate product name in builds for Microsoft Edge (Closed)
Patch Set: Rebased Created Oct. 31, 2018, 6:31 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 | « tests/expecteddata/manifest_edge_release_build.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/test_packagerWebExt.py
===================================================================
--- a/tests/test_packagerWebExt.py
+++ b/tests/test_packagerWebExt.py
@@ -32,7 +32,7 @@
MESSAGES_EN_US = json.dumps({
'name': {'message': 'Adblock Plus'},
- 'name_devbuild': {'message': 'devbuild-marker'},
+ 'name_devbuild': {'message': 'Adblock Plus development build'},
'description': {
'message': 'Adblock Plus is the most popular ad blocker ever, '
'and also supports websites by not blocking '
« no previous file with comments | « tests/expecteddata/manifest_edge_release_build.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld