Chromium Code Reviews| Index: chrome/app/generated_resources.grd |
| diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd |
| index 828124751c9edeb5c2faff1f51658d42b4174d32..26a5accfcee8760991d8eb8818631d53e60fda5c 100644 |
| --- a/chrome/app/generated_resources.grd |
| +++ b/chrome/app/generated_resources.grd |
| @@ -4459,6 +4459,9 @@ Keep your key file in a safe place. You will need it to create new versions of y |
| <message name="IDS_POLICY_DEPRECATED" desc="The text displayed in the status column when the corresponding policy is deprecated."> |
| This policy has been deprecated. |
| </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."> |
| + 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> |
|
Joao da Silva
2011/11/07 13:20:45
The string might be translated, but $1 won't. I do
Mattias Nissler (ping if slow)
2011/11/11 14:57:02
Yes, I know. Hard to fix though, so I thought it's
|
| + </message> |
| <!-- about:flags --> |
| <message name="IDS_FLAGS_LONG_TITLE" desc="Long version of the title for the about:flags page."> |