Commit 779dae65 authored by gfeher@chromium.org's avatar gfeher@chromium.org

Remove newline from placeholder in policy_templates.json

This fixes a 'Conflicting declarations of PRODUCT_NAME within message' crash when policy_templates.xmb is generated.

TBR=joi

BUG=none
TEST=none

Review URL: http://codereview.chromium.org/6366009

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72317 0039d316-1c4b-4281-b951-d872f2087c98
parent 4dba9504
...@@ -617,8 +617,7 @@ ...@@ -617,8 +617,7 @@
'features': {'dynamic_refresh': 1}, 'features': {'dynamic_refresh': 1},
'example_value': True, 'example_value': True,
'caption': '''Show Home button on toolbar''', 'caption': '''Show Home button on toolbar''',
'desc': '''Shows the Home button on <ph name="PRODUCT_NAME">$1<ex>Google 'desc': '''Shows the Home button on <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>'s toolbar.
Chrome</ex></ph>'s toolbar.
If you enable this setting, the Home button is always shown. If you enable this setting, the Home button is always shown.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment