diff options
author | mmenke@chromium.org <mmenke@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-22 18:12:15 +0000 |
---|---|---|
committer | mmenke@chromium.org <mmenke@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-22 18:12:15 +0000 |
commit | 27a64faaaa8a1d23826794a5763d34cac5fbf9fe (patch) | |
tree | ebea4cd21c2c43382757fcf9dc949bf3067c63e6 | |
parent | b4122408ce22d1ba071b34f8cc028c3a2709f684 (diff) | |
download | chromium_src-27a64faaaa8a1d23826794a5763d34cac5fbf9fe.zip chromium_src-27a64faaaa8a1d23826794a5763d34cac5fbf9fe.tar.gz chromium_src-27a64faaaa8a1d23826794a5763d34cac5fbf9fe.tar.bz2 |
Fix a pair of typos in error details.
BUG=63955
TEST=manual
Review URL: http://codereview.chromium.org/5153005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66972 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/app/generated_resources.grd | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index 81b8b87..a2d2a02 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -5981,11 +5981,11 @@ Keep your key file in a safe place. You will need it to create new versions of y <message name="IDS_ERRORPAGES_SUMMARY_GONE" desc="Summary of the error page when the server returns a 410."> The webpage at <ph name="URL"><strong jscontent="failedUrl"></strong></ph> no longer exists. </message> - <message name="IDS_ERRORPAGES_DETAILS_GONE" desc="Details in the error page when a server returns a 403."> - The requested resource no longer exists, and there is forwarding address. This is expected to be a permanent condition. + <message name="IDS_ERRORPAGES_DETAILS_GONE" desc="Details in the error page when a server returns a 410."> + The requested resource no longer exists, and there is no forwarding address. This is expected to be a permanent condition. </message> - <message name="IDS_ERRORPAGES_HEADING_HTTP_SERVER_ERROR" desc="Heading in the error page for 5xx errors."> + <message name="IDS_ERRORPAGES_HEADING_HTTP_SERVER_ERROR" desc="Heading in the error page for HTTP 5xx errors, which are considered to be server side errors."> Server error </message> @@ -5994,7 +5994,7 @@ Keep your key file in a safe place. You will need it to create new versions of y It may be down for maintenance or configured incorrectly. </message> <message name="IDS_ERRORPAGES_DETAILS_INTERNAL_SERVER_ERROR" desc="The error message displayed when the server returns a 500."> - As unexpected condition was encountered while the server was attempting to fulfill the request. + An unexpected condition was encountered while the server was attempting to fulfill the request. </message> <message name="IDS_ERRORPAGES_SUMMARY_WEBSITE_CANNOT_HANDLE" desc="Summary in the error page when the server returns a 501 or 505."> |