Chromium Code Reviews| Index: chrome/app/generated_resources.grd |
| diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd |
| index 6ae1974fbc83bf5cfa5d828731861af1cda54521..3737d2ae33f93666ee6eea12f5125e03ffccdfcd 100644 |
| --- a/chrome/app/generated_resources.grd |
| +++ b/chrome/app/generated_resources.grd |
| @@ -4501,6 +4501,9 @@ Update checks have repeatedly failed for the extension "<ph name="EXTENSION_NAME |
| <message name="IDS_EXTENSION_CANNOT_INSTALL_OWN_PRIVATE_KEY" desc="Error message when a user tries to install an extension that contains its own private key."> |
| Cannot install extension that contains its own private key: <ph name="KEY_PATH">$1<ex>relative/path/to/file.pem</ex></ph> |
| </message> |
| + <message name="IDS_EXTENSION_MANIFEST_VERSION_OLD" desc="Warning message when a developer tries to load an extension that uses a manifest version that will soon be disallowed."> |
| + Manifest version 1 will be unsupported soon. You should <ph name="LINK_START">$1<ex><a href='http://code.google.com/chrome/extensions/manifestVersion.html'></ex></ph>upgrade to version 2<ph name="LINK_END">$2<ex></a></ex></ph>. |
|
Evan Stade
2012/06/12 19:13:56
I don't feel strongly but I think that the normal
Yoyo Zhou
2012/06/12 19:19:52
How about
Please upgrade to manifest version 2
Aaron Boodman
2012/06/13 00:19:50
Yeah, I thought about that, and tried to make it w
Aaron Boodman
2012/06/13 00:19:50
I don't like the repetition of 'manifest'.
|
| + </message> |
| <!-- Extension installed bubble --> |
| <message name="IDS_EXTENSION_BUNDLE_INSTALLED_HEADING_EXTENSIONS" desc="First line in the content area of the extension bundle installed bubble. Instructs which extensions were installed."> |