Fix a mistake with the documentation of one policy.

Instead of extending the desc field I put the text in the label
which is a bit ugly.

BUG=100033
TEST=none

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110680 0039d316-1c4b-4281-b951-d872f2087c98
parent 2d6ddb59
......@@ -913,10 +913,12 @@
'features': {'dynamic_refresh': 0},
'example_value': 'foobar.example.com',
'id': 30,
'caption': '''Kerberos delegation server whitelist
'caption': '''Kerberos delegation server whitelist''',
'desc': '''Servers that <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> may delegate to.
Separate multiple server names with commas. Wildcards (*) are allowed.
If you leave this policy not set any server will be accepted for integrated authentication.''',
'desc': '''Servers that <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> may delegate to.''',
},
{
'name': 'GSSAPILibraryName',
......
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