diff options
author | bauerb@chromium.org <bauerb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-14 09:22:58 +0000 |
---|---|---|
committer | bauerb@chromium.org <bauerb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-14 09:22:58 +0000 |
commit | c0f533f2784bb98483b29d68609a5118dd86c92a (patch) | |
tree | 55c21ce5a555615f0c842b455a63592f11a9694b | |
parent | d15554e03f167efa753bd5fa4413b4251b4c4582 (diff) | |
download | chromium_src-c0f533f2784bb98483b29d68609a5118dd86c92a.zip chromium_src-c0f533f2784bb98483b29d68609a5118dd86c92a.tar.gz chromium_src-c0f533f2784bb98483b29d68609a5118dd86c92a.tar.bz2 |
Change wording of "allow only sandboxed plugins" radio button.
BUG=51906
TEST=none
Review URL: http://codereview.chromium.org/3410004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@59349 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/app/generated_resources.grd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index 0646b5b..65c061a 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -4641,7 +4641,7 @@ Keep your key file in a safe place. You will need it to create new versions of y Allow all sites to run all plug-ins (recommended) </message> <message name="IDS_PLUGIN_LOAD_SANDBOXED_RADIO" desc="A radio button in the Content Settings dialog for allowing sandboxed plug-ins on any site."> - Allow only sandboxed plug-ins + Allow all sites to run only secured plug-ins </message> <message name="IDS_PLUGIN_NOLOAD_RADIO" desc="A radio button in the Content Settings dialog for preventing plug-ins use on any site."> Do not allow any site to run plug-ins |