| Index: components/policy_strings.grdp | 
| diff --git a/components/policy_strings.grdp b/components/policy_strings.grdp | 
| index 519c4dfc26bc198a8a7846b3cac1b2a7e475612b..c7a667cc57b200ff82721d606636e5cf24f05374 100644 | 
| --- a/components/policy_strings.grdp | 
| +++ b/components/policy_strings.grdp | 
| @@ -197,6 +197,9 @@ | 
| <message name="IDS_POLICY_JSON_PARSE_ERROR" desc="The text displayed in the status column when a policy that should have been specified in JSON format could not be parsed."> | 
| Failed to parse JSON format: <ph name="JSON_PARSE_ERROR">$1<ex>Unexpected token.</ex></ph> | 
| </message> | 
| +  <message name="IDS_POLICY_SCOPE_ERROR" desc="Text displayed in the status column when a policy is set in an unsupported scope."> | 
| +    Policy scope is not supported. | 
| +  </message> | 
| <message name="IDS_POLICY_OK" desc="Text displayed in the status column when a valid value is set for a policy."> | 
| OK | 
| </message> | 
|  |