diff options
author | aa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-20 20:48:37 +0000 |
---|---|---|
committer | aa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-20 20:48:37 +0000 |
commit | 5d57860e1f875c843ada47739c3687e48f456f0d (patch) | |
tree | 03a523ba1a912020184f076bdf9de11ef1b3b114 | |
parent | e80a54bfd7997d02d1995ddfb96f2e55ec2fc771 (diff) | |
download | chromium_src-5d57860e1f875c843ada47739c3687e48f456f0d.zip chromium_src-5d57860e1f875c843ada47739c3687e48f456f0d.tar.gz chromium_src-5d57860e1f875c843ada47739c3687e48f456f0d.tar.bz2 |
Fix typo in extension install dialog.
TBR=erikkay@chromium.org
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@23875 0039d316-1c4b-4281-b951-d872f2087c98
-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 fd2b102..418c3b9 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -2107,10 +2107,10 @@ each locale. --> Install "<ph name="EXTENSION_NAME">$1<ex>Gmail Checker</ex></ph>"? </message> <message name="IDS_EXTENSION_PROMPT_WARNING_1" desc="Humorous warning displayed in the extension install prompt that tells users that extensions have access to their computer and private data."> - Extensions have access your computer and private data. This means they could forward all your email to your spouse. + Extensions have access to your computer and private data. This means they could forward all your email to your spouse. </message> <message name="IDS_EXTENSION_PROMPT_WARNING_2" desc="Humorous warning displayed in the extension install prompt that tells users that extensions have access to their computer and private data."> - Extensions have access your computer and private data. They could send tweets or email on your behalf. + Extensions have access to your computer and private data. They could send tweets or email on your behalf. </message> <message name="IDS_EXTENSION_PROMPT_WARNING_3" desc="Humorous warning displayed in the extension install prompt that tells users that extensions have access to their computer and private data."> Extensions can access your computer and private data. They could post unflattering pictures to your Wall. |