summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoraa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-06-16 06:06:28 +0000
committeraa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-06-16 06:06:28 +0000
commitd7b8dc2ad09a2176054821e9a644b6ea40f467a1 (patch)
treee2b8b62d3d5619329b2fe6dfa5453452afbbdab4
parent3f95be189cf6992491ad55d5f3ffe20ac1449b58 (diff)
downloadchromium_src-d7b8dc2ad09a2176054821e9a644b6ea40f467a1.zip
chromium_src-d7b8dc2ad09a2176054821e9a644b6ea40f467a1.tar.gz
chromium_src-d7b8dc2ad09a2176054821e9a644b6ea40f467a1.tar.bz2
Clarify a warning message. Sort of.
It isn't possible to give an exact date for withdrawing support because it is being phased in several steps. But I agree with the general sentiment of the bug report, so my plan is to write a blog post explaining the steps and link to that. BUG=132633 TBR=levin@chromium.org Review URL: https://chromiumcodereview.appspot.com/10555015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142584 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--chrome/app/generated_resources.grd11
1 files changed, 10 insertions, 1 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index cd93f25..e895fcc 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -4512,8 +4512,17 @@ Update checks have repeatedly failed for the extension "<ph name="EXTENSION_NAME
<message name="IDS_EXTENSION_CONTAINS_PRIVATE_KEY" desc="Error message when an extension includes a file containing a private key.">
This extension includes the key file '<ph name="KEY_PATH">$1<ex>relative/path/to/file.pem</ex></ph>'. You probably don't want to do that.
</message>
+
+ <!-- This version of the message is used temporarily, until we have the
+ blog post up describing the transition process. -->
<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>&lt;a href='http://code.google.com/chrome/extensions/manifestVersion.html'&gt;</ex></ph>upgrade to version 2<ph name="LINK_END">$2<ex>&lt;/a&gt;</ex></ph>.
+ Support for manifest version 1 is being phased out. Please <ph name="LINK_START">$1<ex>&lt;a&gt;</ex></ph>upgrade to version 2<ph name="LINK_END">$2<ex>&lt;/a&gt;</ex></ph>.
+ </message>
+
+ <!-- We'll switch to this version of the message once we have a blog post
+ written for the first link. -->
+ <message name="IDS_EXTENSION_MANIFEST_VERSION_OLD_2_LINKS" desc="Warning message when a developer tries to load an extension that uses a manifest version that will soon be disallowed.">
+ Support for manifest version 1 is being <ph name="LINK_START_1">$1<ex>&lt;a&gt;</ex></ph>phased out<ph name="LINK_END_1">$2<ex>&lt;/a&gt;</ex></ph>. Please <ph name="LINK_START_2">$3<ex>&lt;a&gt;</ex></ph>upgrade to version 2<ph name="LINK_END_2">$4<ex>&lt;/a&gt;</ex></ph>.
</message>
<!-- Extension installed bubble -->