| Index: grit/format/policy_templates/writers/plist_strings_writer.py
|
| ===================================================================
|
| --- grit/format/policy_templates/writers/plist_strings_writer.py (revision 169)
|
| +++ grit/format/policy_templates/writers/plist_strings_writer.py (working copy)
|
| @@ -52,7 +52,7 @@
|
| if policy['type'] == 'external':
|
| # This type can only be set through cloud policy.
|
| return
|
| - elif policy['type'] in ('int-enum','string-enum'):
|
| + elif policy['type'] in ('int-enum','string-enum', 'string-enum-list'):
|
| # Append the captions of enum items to the description string.
|
| item_descs = []
|
| for item in policy['items']:
|
|
|