| Index: grit/format/policy_templates/writers/plist_strings_writer.py
|
| diff --git a/grit/format/policy_templates/writers/plist_strings_writer.py b/grit/format/policy_templates/writers/plist_strings_writer.py
|
| index 08fcddd5ac701916f081baa851edb1d4bb8bda23..966aaf249ac2d3945996e5570622666d26133e42 100644
|
| --- a/grit/format/policy_templates/writers/plist_strings_writer.py
|
| +++ b/grit/format/policy_templates/writers/plist_strings_writer.py
|
| @@ -52,7 +52,7 @@ class PListStringsWriter(template_writer.TemplateWriter):
|
| 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']:
|
|
|