Chromium Code Reviews| Index: components/policy_strings.grdp |
| diff --git a/components/policy_strings.grdp b/components/policy_strings.grdp |
| index 519c4dfc26bc198a8a7846b3cac1b2a7e475612b..c880f7fe7b3b7dc29a7759043f5c2d74bec44e92 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 an incorrect value is set for the policy scope."> |
|
bartfab (slow)
2014/03/14 13:43:45
Nit: s/an incorrect value is set for the policy sc
|
| + 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> |