diff options
author | yoz@chromium.org <yoz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-18 02:44:48 +0000 |
---|---|---|
committer | yoz@chromium.org <yoz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-18 02:44:48 +0000 |
commit | 32945657177a594a5ec0f4e64d6b8efbeee8eaf6 (patch) | |
tree | fdf9b1af6bff0cfe7b3031ea1e7b03539c062244 /chrome/app | |
parent | 1c6bf57961e6f664dfa77507e74f0998687e85a6 (diff) | |
download | chromium_src-32945657177a594a5ec0f4e64d6b8efbeee8eaf6.zip chromium_src-32945657177a594a5ec0f4e64d6b8efbeee8eaf6.tar.gz chromium_src-32945657177a594a5ec0f4e64d6b8efbeee8eaf6.tar.bz2 |
Change extension permissions upgrade text to "Review permissions..."
Undo 132662: "Hack: add an ellipsis to Re-enable button for extension permissions increase." which was for M19.
BUG=122389
TEST=Install an extension which is disabled on update for permissions increase. Look at the button text.
Review URL: http://codereview.chromium.org/10116008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@132733 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 befafd6..e32f225 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -4120,8 +4120,8 @@ Public Exponent (<ph name="PUBLIC_EXPONENT_NUM_BITS">$3<ex>24</ex></ph> bits): <message name="IDS_APP_DISABLED_ERROR_LABEL" desc="Text displayed when an app was disabled due to a new upgrade requiring an explicit permission check from the user."> The newest version of the app "<ph name="APP_NAME">$1<ex>Pandora</ex></ph>" requires more permissions, so it has been disabled. </message> - <message name="IDS_EXTENSION_DISABLED_ERROR_ENABLE_BUTTON" desc="Text displayed on the button to re-enable the disabled extension or app."> - Re-enable + <message name="IDS_EXTENSION_DISABLED_ERROR_ENABLE_BUTTON" desc="Text displayed on the button to show the re-enable dialog for the disabled extension or app."> + Review permissions... </message> <message name="IDS_EXTENSION_DISABLED_ERROR_TITLE" desc="Title of the notification that an extension or app was disabled due to a new upgrade requiring an explicit permission check from the user."> <ph name="EXTENSION_NAME">$1<ex>Adblock</ex></ph> requires new permissions |