diff options
author | finnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-24 16:03:23 +0000 |
---|---|---|
committer | finnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-24 16:03:23 +0000 |
commit | c0f9bf1d9efa6ce1e6442d5f5fb82ff637d6405c (patch) | |
tree | 4683feaf9970a558d064c5d19d108d24d279de21 /chrome/app | |
parent | aeaf2b2fa41307829e1a9ba4f51fa95ba2b54732 (diff) | |
download | chromium_src-c0f9bf1d9efa6ce1e6442d5f5fb82ff637d6405c.zip chromium_src-c0f9bf1d9efa6ce1e6442d5f5fb82ff637d6405c.tar.gz chromium_src-c0f9bf1d9efa6ce1e6442d5f5fb82ff637d6405c.tar.bz2 |
Add a first run bubble to show after installing an extension app.
This is similar to what we show when installing a page action or
browser action, albeit with a slightly different text.
Also disable the install warning for extension apps, for the time
being.
And finally, in tab_strip.cc I accidentally checked in a comment,
which I had commented out during testing. It was supposed to be
on (related to my last cl).
BUG=None
TEST=Install an extension app, notice a first run bubble instead
of a installation warning. The first run bubble should have a
checkbox allowing you to create a desktop shortcut.
Review URL: http://codereview.chromium.org/1693008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45537 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/generated_resources.grd | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index c9d30c1..2dde198 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -3458,6 +3458,9 @@ each locale. --> <message name="IDS_MANAGE_EXTENSIONS" desc="The 'Manage Extensions...' text in the context menu for when right-clicking on extension icons"> Manage extensions... </message> + <message name="IDS_EXTENSION_APP_INSTALLED_MANAGE_INFO" desc="Text displayed in the InfoBubble when an extension app is installed, with instructions on how to manage them"> + Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque feugiat, magna quis vestibulum malesuada, lazy euros facilitatus nibbles, you faucibus purus lacus ac dolor! + </message> <message name="IDS_EXTENSION_INSTALLED_MANAGE_INFO" desc="Text displayed in the InfoBubble with instructions on how to find the chrome://extensions/ management page"> You can manage your installed extensions by clicking Extensions in the Tools menu. </message> |