diff options
author | aa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-02 18:40:16 +0000 |
---|---|---|
committer | aa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-02 18:40:16 +0000 |
commit | 93856f67bee9e1ba5e6438973bacfba4c37a767f (patch) | |
tree | 68b09b5b15588d3bc0ff49008e2cb6e6f16d90e5 /chrome/app | |
parent | 11746d78a555f93dbd0bcb656b214cd2973a651c (diff) | |
download | chromium_src-93856f67bee9e1ba5e6438973bacfba4c37a767f.zip chromium_src-93856f67bee9e1ba5e6438973bacfba4c37a767f.tar.gz chromium_src-93856f67bee9e1ba5e6438973bacfba4c37a767f.tar.bz2 |
Add more disclaimers to extension install dialog.
Review URL: http://codereview.chromium.org/184017
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25207 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/generated_resources.grd | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index 9c23692..763af0f 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -2111,28 +2111,28 @@ each locale. aa1 --> </message> <message name="IDS_EXTENSION_PROMPT_WARNING_NEW_BROWSER" desc="Warning displayed in body of extension dialog when the extension requires access to browser APIs."> - This extension will have access to your browsing history. + This extension will have access to your browsing history and will autoupdate without further notice or action by you. </message> <message name="IDS_EXTENSION_PROMPT_WARNING_NEW_SINGLE_HOST" desc="Warning displayed in body of extension dialog when the extension requires access to a single host."> - This extension will have access to your private data on <ph name="HOST">$1<ex>maps.google.com</ex></ph> + This extension will have access to your private data on <ph name="HOST">$1<ex>maps.google.com</ex></ph> and will autoupdate without further notice or action by you. </message> <message name="IDS_EXTENSION_PROMPT_WARNING_NEW_SINGLE_HOST_AND_BROWSER" desc="Warning displayed in body of extension dialog when the extension requires access to a single host and browser APIs."> - This extension will have access to your browsing history and private data on <ph name="HOST">$1<ex>maps.google.com</ex></ph> + This extension will have access to your browsing history and private data on <ph name="HOST">$1<ex>maps.google.com</ex></ph>, and will autoupdate without further notice or action by you. </message> <message name="IDS_EXTENSION_PROMPT_WARNING_NEW_MULTIPLE_HOSTS" desc="Warning displayed in body of extension dialog when the extension requires access to multiple hosts, but not every host."> - This extension will have access to your private data on multiple websites. + This extension will have access to your private data on multiple websites, and will autoupdate without further notice or action by you. </message> <message name="IDS_EXTENSION_PROMPT_WARNING_NEW_MULTIPLE_HOSTS_AND_BROWSER" desc="Warning displayed in body of extension dialog when the extension requires access to multiple hosts, but not every host, and browser APIs."> - This extension will have access to your browsing history and private data on multiple websites. + This extension will have access to your browsing history and private data on multiple websites, and will autoupdate without further notice or action by you. </message> <message name="IDS_EXTENSION_PROMPT_WARNING_NEW_ALL_HOSTS" desc="Warning displayed in body of extension dialog when the extension requires access to all hosts."> - This extension will have access to your private data on all websites. + This extension will have access to your private data on all websites and will autoupdate without further notice or action by you. </message> <message name="IDS_EXTENSION_PROMPT_WARNING_NEW_ALL_HOSTS_AND_BROWSER" desc="Warning displayed in body of extension dialog when the extension requires access to all hosts and browser APIs."> - This extension will have access to your browsing history and private data on all websites. + This extension will have access to your browsing history and private data on all websites, and will autoupdate without further notice or action by you. </message> <message name="IDS_EXTENSION_PROMPT_WARNING_NEW_FULL_ACCESS" desc="Warning displayed in body of extension dialog when the extension requires access the local machine."> - This extension will have full access to your computer and private data. + This extension will have full access to your computer and private data, and will autoupdate without further notice or action by you. </message> <!-- chrome://extensions page --> |