Index: chrome/app/generated_resources.grd |
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd |
index fb6c2dff2b135b4793e2ad0026b2f0bedbf70bec..27544f49d55680a2cef638a45cbc138dd5ba3355 100644 |
--- a/chrome/app/generated_resources.grd |
+++ b/chrome/app/generated_resources.grd |
@@ -6047,9 +6047,15 @@ Keep your key file in a safe place. You will need it to create new versions of y |
<message name="IDS_POLICY_VALUE_DEPRECATED" desc="The text displayed in the status column when a specific value for a policy is deprecated."> |
This value is deprecated for this policy. |
</message> |
- <message name="IDS_POLICY_NETWORK_CONFIG_PARSE_ERROR" desc="The text displayed in the status column when the corresponding network configuration policy failed to parse."> |
+ <message name="IDS_POLICY_NETWORK_CONFIG_PARSE_FAILED" desc="The text displayed in the status column when the corresponding network configuration policy failed to parse."> |
Network configuration failed to be parsed: <ph name="PARSE_ERROR_MESSAGE">$1<ex>Line: 1, column: 1, Root value must be an array or object.</ex></ph> |
</message> |
+ <message name="IDS_POLICY_NETWORK_CONFIG_VALID_WITH_WARNINGS" desc="The text displayed in the status column when the corresponding network configuration policy is valid but contains non-critical errors."> |
+ The network configuration is valid but contains non-critical errors. |
pastarmovj
2012/12/13 10:15:44
What are non-critical errors. It seems to me that
pneubeck (no reviews)
2012/12/13 14:10:03
The above message was actually not up-to-date. Fix
|
+ </message> |
+ <message name="IDS_POLICY_NETWORK_CONFIG_INVALID" desc="The text displayed in the status column when the corresponding network configuration policy is invalid."> |
+ The network configuration is invalid. |
+ </message> |
<message name="IDS_POLICY_NOT_SET" desc="The text displayed in the status column when the corresponding policy has not been set by the administrator."> |
Not set. |
</message> |