diff options
author | kuan@chromium.org <kuan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-23 01:32:22 +0000 |
---|---|---|
committer | kuan@chromium.org <kuan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-23 01:32:22 +0000 |
commit | a2dbe3326328c8fded7dab6f330a6df2c874945a (patch) | |
tree | 5818e038810995d4d3414db4f25adf650c25e84b | |
parent | 4b663dd78b78a65a03641283852211b98d0599af (diff) | |
download | chromium_src-a2dbe3326328c8fded7dab6f330a6df2c874945a.zip chromium_src-a2dbe3326328c8fded7dab6f330a6df2c874945a.tar.gz chromium_src-a2dbe3326328c8fded7dab6f330a6df2c874945a.tar.bz2 |
chromeos: modify string to disable proxy per sumit
BUG=chromium-os:18094
TEST=verfiy per bug rpt
Review URL: http://codereview.chromium.org/7980065
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102418 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/app/generated_resources.grd | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index 13b47e2..c0bbd34 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -6587,13 +6587,17 @@ Keep your key file in a safe place. You will need it to create new versions of y > <ph name="INTERNET_TITLE"><span jscontent="internetTitle"></span><ex>Internet</ex></ph> > - <ph name="OPTIONS_BUTTON"><span jscontent="optionsButton"></span><ex>Options...</ex></ph> - of connected network > + "<ph name="OPTIONS_BUTTON"><span jscontent="optionsButton"></span><ex>Options...</ex></ph>" + <ph name="END_BOLD"></strong></ph> + (for the current Network). If the + <ph name="BEGIN_BOLD"><strong></ph> + "<ph name="PROXY_BUTTON"><span jscontent="proxyButton"></span><ex>Change proxy settings...</ex></ph>" + <ph name="END_BOLD"></strong></ph>button (in the + <ph name="BEGIN_BOLD"><strong></ph> <ph name="NETWORK_TAB"><span jscontent="networkTab"></span><ex>Network</ex></ph> - tab > - <ph name="PROXY_BUTTON"><span jscontent="proxyButton"></span><ex>Change proxy settings...</ex></ph> <ph name="END_BOLD"></strong></ph> - and make sure your configuration is set to "Direct". + tab) is present, click on that and make sure your configuration + is set to "Direct". </message> </if> <if expr="not pp_ifdef('chromeos') and is_posix and not is_macosx"> |