diff options
author | kathyw@google.com <kathyw@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-24 16:42:34 +0000 |
---|---|---|
committer | kathyw@google.com <kathyw@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-24 16:42:34 +0000 |
commit | 93f999e117105a9e4102d065b398c90a488605df (patch) | |
tree | de34161b8f767fa17916e778198f584aa106a590 /chrome/common/extensions/docs/manifest.html | |
parent | d044861386e0fad2a2a3bba31a52a43607afacf8 (diff) | |
download | chromium_src-93f999e117105a9e4102d065b398c90a488605df.zip chromium_src-93f999e117105a9e4102d065b398c90a488605df.tar.gz chromium_src-93f999e117105a9e4102d065b398c90a488605df.tar.bz2 |
Update pages that reference the gallery to link to the gallery.
Also a few wording changes.
TEST=none
BUG=none
TBR=aa
Review URL: http://codereview.chromium.org/437027
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32931 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/extensions/docs/manifest.html')
-rw-r--r-- | chrome/common/extensions/docs/manifest.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/common/extensions/docs/manifest.html b/chrome/common/extensions/docs/manifest.html index a318180..f9c3506 100644 --- a/chrome/common/extensions/docs/manifest.html +++ b/chrome/common/extensions/docs/manifest.html @@ -322,7 +322,7 @@ A plain text string that describes the extension. The description should be suitable for both the browser's extension management UI -and the extension gallery. +and the <a href="https://chrome.google.com/extensions">extension gallery</a>. </p> @@ -351,7 +351,7 @@ A short, plain text string that identifies the extension. The name is used in the install dialog, extension management UI, -and the extension gallery. +and the <a href="https://chrome.google.com/extensions">extension gallery</a>. </p> <h3 id="permissions">permissions</h3> |