| Index: grit/format/policy_templates/policy_template_generator.py
|
| diff --git a/grit/format/policy_templates/policy_template_generator.py b/grit/format/policy_templates/policy_template_generator.py
|
| index 11d097ebd66578791459d3cdeef465b7442b2076..a1eb123ddda0d5560dbd729ac0add2dc61bb1e99 100644
|
| --- a/grit/format/policy_templates/policy_template_generator.py
|
| +++ b/grit/format/policy_templates/policy_template_generator.py
|
| @@ -118,7 +118,7 @@ class PolicyTemplateGenerator:
|
|
|
| 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'])
|
|
|