diff options
author | gspencer@chromium.org <gspencer@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-04 21:55:20 +0000 |
---|---|---|
committer | gspencer@chromium.org <gspencer@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-04 21:55:20 +0000 |
commit | 72f5c971d964710adc2d7e7415b8e7cdbf960ca5 (patch) | |
tree | 7f47fb58c4ac1862cde8a8aa091d61a9391c670b /chrome/app | |
parent | 2f47973b6e14fe331b503ad3a2d1c67306238a87 (diff) | |
download | chromium_src-72f5c971d964710adc2d7e7415b8e7cdbf960ca5.zip chromium_src-72f5c971d964710adc2d7e7415b8e7cdbf960ca5.tar.gz chromium_src-72f5c971d964710adc2d7e7415b8e7cdbf960ca5.tar.bz2 |
This fixes a problem with network connection from settings
and updates the strings for the enrollment dialog to match
the current UI design.
BUG=chromium-os:29200
TEST=Tested on device.
Review URL: http://codereview.chromium.org/10383002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@135448 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/generated_resources.grd | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index 760f817..a652ed1 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -12632,13 +12632,13 @@ Some features may be unavailable. Please check that the profile exists and you Passphrase iteration count is too large. </message> <message name="IDS_NETWORK_ENROLLMENT_HANDLER_TITLE" desc="Title of the window for generating a new network certificate."> - Obtain Network Certificate + Obtain network certificate </message> - <message name="IDS_NETWORK_ENROLLMENT_HANDLER_EMBEDDED_ENROLL" desc="Title of the window for generating a new network certificate."> - The network you are attempting to connect to requires a security certificate that is not yet installed or is no longer valid. Obtain a new certificate below to continue connecting. + <message name="IDS_NETWORK_ENROLLMENT_HANDLER_INSTRUCTIONS" desc="Text in the window used for generating a new network certificate."> + The certificate required by network "<ph name="network_name">$1<ex>My Wireless</ex></ph>" is either not installed or is no longer valid. Please get a new certificate and try connecting again. </message> - <message name="IDS_NETWORK_ENROLLMENT_HANDLER_TAB_ENROLL" desc="Text in the window used for generating a new network certificate."> - The network you are attempting to connect to requires a security certificate that is not yet installed or is no longer valid. Click the OK button to visit a website used to obtain a new certificate. When you have obtained the new certificate, try connecting again. + <message name="IDS_NETWORK_ENROLLMENT_HANDLER_BUTTON" desc="Text of the accept button for generating a new network certificate."> + Get new certificate </message> <message name="IDS_NETWORK_PURCHASE_MORE_MESSAGE" desc="Message for purchase more link on notification when there is no cellular plan"> Buy plan... |