diff options
author | aa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-11 22:36:48 +0000 |
---|---|---|
committer | aa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-11 22:36:48 +0000 |
commit | e88fc9dbd34792aba1b49b8f7122c11205335b25 (patch) | |
tree | b25e1856d326d1df5b633ba72b899313081abf21 /chrome/app | |
parent | b4941688cd2473722d6ca5dfe3b2f0701b8b9eaa (diff) | |
download | chromium_src-e88fc9dbd34792aba1b49b8f7122c11205335b25.zip chromium_src-e88fc9dbd34792aba1b49b8f7122c11205335b25.tar.gz chromium_src-e88fc9dbd34792aba1b49b8f7122c11205335b25.tar.bz2 |
Changes to default apps promo per ui leads:
1. Change hide message from 'Hide this message' to 'No thanks, hide this'.
2. Hide promo text when a default app is launched (this was already happening on uninstall).
3. Uninstall default apps when promo expires or is purposefully hidden.
4. Collapse apps section when promo expires or is purposefully hidden.
BUG=67292,69268
TEST=none
Review URL: http://codereview.chromium.org/6162006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71100 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/generated_resources.grd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index f97ba5f..fe58bc3 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -3945,13 +3945,13 @@ Keep your key file in a safe place. You will need it to create new versions of y New! Discover a world of apps & games </message> <message name="IDS_APPS_PROMO_TEXT_1" desc="First paragraph of text on the apps promo"> - Visit the <a> Chrome Web Store</a> to add great apps and games to your new tab page in Chrome. + Visit the <a> Chrome Web Store</a> to add great apps and games to this area of the New Tab page. </message> <message name="IDS_APPS_PROMO_TEXT_2" desc="Second paragraph of text on the apps promo"> What's an app? Try one of these: </message> <message name="IDS_APPS_PROMO_HIDE" desc="Text on the button that hides the apps promo"> - Hide this message + No thanks, hide this </message> <!-- Plugins --> |