diff options
author | aa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-01 21:53:17 +0000 |
---|---|---|
committer | aa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-01 21:53:17 +0000 |
commit | 94832e5df61bf9b21706148fc4649a1ddd76f335 (patch) | |
tree | 680526951c27ea6320f1af6198ea9f419b23f582 /chrome/common/extensions | |
parent | 58f56c9320023c8920da66f410c1eadcd2a4ac81 (diff) | |
download | chromium_src-94832e5df61bf9b21706148fc4649a1ddd76f335.zip chromium_src-94832e5df61bf9b21706148fc4649a1ddd76f335.tar.gz chromium_src-94832e5df61bf9b21706148fc4649a1ddd76f335.tar.bz2 |
Reduce the size of the description of the gmail checker to please
the gallery.
TBR=rafaelw@chromium.org
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33482 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/extensions')
-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": [ |