| Index: grit/format/policy_templates/policy_template_generator.py
|
| ===================================================================
|
| --- grit/format/policy_templates/policy_template_generator.py (revision 169)
|
| +++ grit/format/policy_templates/policy_template_generator.py (working copy)
|
| @@ -118,7 +118,7 @@
|
|
|
| if policy['type'] == 'group':
|
| self._ProcessPolicyList(policy['policies'])
|
| - elif policy['type'] in ('string-enum', 'int-enum'):
|
| + elif policy['type'] in ('string-enum', 'int-enum', 'string-enum-list'):
|
| # Iterate through all the items of an enum-type policy, and add captions.
|
| for item in policy['items']:
|
| item['caption'] = self._ImportMessage(item['caption'])
|
|
|