diff options
author | aa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-05 21:53:44 +0000 |
---|---|---|
committer | aa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-05 21:53:44 +0000 |
commit | 7c9493711c35829b0671696fe6c21275ad944527 (patch) | |
tree | 191baa59a9ac15cc1e9f94ea1c367e3a4ea64b75 /chrome/app/generated_resources.grd | |
parent | f17beb9308fd37274c7aa812a57f4083f164e4d4 (diff) | |
download | chromium_src-7c9493711c35829b0671696fe6c21275ad944527.zip chromium_src-7c9493711c35829b0671696fe6c21275ad944527.tar.gz chromium_src-7c9493711c35829b0671696fe6c21275ad944527.tar.bz2 |
Fix bug where we were not displaying icons in the management
UI for disabled extensions.
Also, desaturate the icons of disabled extensions to make them
look more disabledy.
BUG=25963
TEST=On the extensions page, disable an extension, then press
reload. You should see a greyscale version of the icon.
Review URL: http://codereview.chromium.org/360039
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31139 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/generated_resources.grd')
-rw-r--r-- | chrome/app/generated_resources.grd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index 5bf6760..f8ce541 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -2008,7 +2008,7 @@ each locale. --> </message> <message name="IDS_PROMPT_DANGEROUS_DOWNLOAD_EXTENSION" desc="Message shown to the user to validate the download of an extension file."> - Extensions and themes can harm your computer. Are you sure you want to continue? + Extensions can harm your computer. Are you sure you want to continue? </message> <message name="IDS_SAVE_DOWNLOAD" desc="Text for the button used to validate the downloading of a dangerous download."> |