summaryrefslogtreecommitdiffstats
path: root/chrome/app
diff options
context:
space:
mode:
authorzelidrag@chromium.org <zelidrag@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-03 22:14:56 +0000
committerzelidrag@chromium.org <zelidrag@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-03 22:14:56 +0000
commit43017f2bb76b8a190764e097e429f34e2a5ed566 (patch)
treef9a342c6985441be11513dd962f2ef5154e0e3e8 /chrome/app
parentf9c8d93fa05d3bfa3bac20d60dfef489e3d2fbf7 (diff)
downloadchromium_src-43017f2bb76b8a190764e097e429f34e2a5ed566.zip
chromium_src-43017f2bb76b8a190764e097e429f34e2a5ed566.tar.gz
chromium_src-43017f2bb76b8a190764e097e429f34e2a5ed566.tar.bz2
Prevented access to WEP passphrase from UI. Fixed forget network button in settings.
TEST=make sure we don't show WEP passphrase in UI, make sure forget network button works again BUG=chromium-os:8413, chomium-os:8441 Review URL: http://codereview.chromium.org/4162004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64976 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r--chrome/app/generated_resources.grd3
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index 90bb121..c40e2b7 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -9150,6 +9150,9 @@ Keep your key file in a safe place. You will need it to create new versions of y
<message name="IDS_OPTIONS_SETTINGS_INTERNET_OPTIONS_BAD_PASSPHRASE" desc="In settings internet options, the label for the bad passphrase.">
Incorrect password.
</message>
+ <message name="IDS_OPTIONS_SETTINGS_INTERNET_OPTIONS_NET_PROTECTED" desc="In settings internet options, the message in network details page for password protected networks.">
+ Access to this network is protected with a WEP key.
+ </message>
<message name="IDS_OPTIONS_SETTINGS_INTERNET_OPTIONS_BAD_WEPKEY" desc="In settings internet options, the label for the bad WEP key.">
Password format is incorrect.
</message>