From 11b2467a75b5b7890a094f93d8c6fdedd62c4954 Mon Sep 17 00:00:00 2001
From: "aa@chromium.org" <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Date: Wed, 28 Apr 2010 17:30:10 +0000
Subject: [PATCH] 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
---
 chrome/app/generated_resources.grd | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index ac21ee1b5f84d..401ddde3e0349 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
-- 
GitLab