diff options
author | aa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-16 09:08:38 +0000 |
---|---|---|
committer | aa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-16 09:08:38 +0000 |
commit | 7049ab3291cf888096441f7a609b682af82617f8 (patch) | |
tree | e83638123a249b8d80057d75a1a481f384e789e0 /chrome | |
parent | ccb03fb1250cb3f555ccc36b5dd23205a9e79368 (diff) | |
download | chromium_src-7049ab3291cf888096441f7a609b682af82617f8.zip chromium_src-7049ab3291cf888096441f7a609b682af82617f8.tar.gz chromium_src-7049ab3291cf888096441f7a609b682af82617f8.tar.bz2 |
Merge 33482 - Reduce the size of the description of the gmail checker to please
the gallery.
TBR=rafaelw@chromium.org
TBR=aa@chromium.org
Review URL: http://codereview.chromium.org/506033
git-svn-id: svn://svn.chromium.org/chrome/branches/249/src@34687 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r-- | chrome/common/extensions/docs/examples/extensions/gmail/manifest.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/extensions/docs/examples/extensions/gmail/manifest.json b/chrome/common/extensions/docs/examples/extensions/gmail/manifest.json index a72daf3..0588ca2 100644 --- a/chrome/common/extensions/docs/examples/extensions/gmail/manifest.json +++ b/chrome/common/extensions/docs/examples/extensions/gmail/manifest.json @@ -1,6 +1,6 @@ { "name": "Google Mail Checker", - "description": "This extension adds a Google Mail button to the toolbar which displays the number of unread messages in your inbox. You can also click the button to open your inbox.", + "description": "Displays the number of unread messages in your Google Mail inbox. You can also click the button to open your inbox.", "version": "1.1", "background_page": "background.html", "permissions": [ |