| Index: chrome/app/generated_resources.grd
|
| diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
|
| index e8aca6c3ae7c163b24242b65cd051751c33e1156..8b5b6ee20511dc79b4cf5ab5db66e602bae8cb19 100644
|
| --- a/chrome/app/generated_resources.grd
|
| +++ b/chrome/app/generated_resources.grd
|
| @@ -6120,6 +6120,9 @@ Keep your key file in a safe place. You will need it to create new versions of y
|
| <message name="IDS_POLICY_NETWORK_CONFIG_IMPORT_FAILED" desc="The text displayed in the status column when the corresponding network configuration policy is invalid.">
|
| The network configuration is invalid and couldn't be imported.
|
| </message>
|
| + <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_OK" desc="Text displayed in the status column when a valid value is set for a policy.">
|
| OK
|
| </message>
|
|
|