diff options
author | aa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-28 17:30:10 +0000 |
---|---|---|
committer | aa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-28 17:30:10 +0000 |
commit | 11b2467a75b5b7890a094f93d8c6fdedd62c4954 (patch) | |
tree | baeed4bb6ef9da39e8c27e21c3ffcb377f617620 /chrome/app | |
parent | d65adb173f09a837c96f96fc24a258f439e46e58 (diff) | |
download | chromium_src-11b2467a75b5b7890a094f93d8c6fdedd62c4954.zip chromium_src-11b2467a75b5b7890a094f93d8c6fdedd62c4954.tar.gz chromium_src-11b2467a75b5b7890a094f93d8c6fdedd62c4954.tar.bz2 |
Change the wording of the warning on the extension install
dialog from "needs access to" to "can access" per discusison
on chromium-discuss.
Review URL: http://codereview.chromium.org/1806002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45826 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 ac21ee1..401ddde 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -3341,8 +3341,8 @@ each locale. --> </message> <!-- v2 extension install dialog strings --> - <message name="IDS_EXTENSION_PROMPT2_WILL_HAVE_ACCESS_TO" desc="Second line in the content area of the extension installation prompt."> - This extension needs access to: + <message name="IDS_EXTENSION_PROMPT2_WILL_HAVE_ACCESS_TO" desc="Second line in the content area of the extension installation prompt. Note that the exact wording is important. This should mean that the extension _can_ access the listed privileges, but not necessarily that it will or needs to."> + This extension can access: </message> <message name="IDS_EXTENSION_PROMPT2_WARNING_FULL_ACCESS" desc="Permission string for full access to the computer and all websites."> All data on your computer and the websites you visit |