diff options
author | tsepez@chromium.org <tsepez@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-02 16:46:42 +0000 |
---|---|---|
committer | tsepez@chromium.org <tsepez@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-02 16:46:42 +0000 |
commit | b28e5dbc0b1b7b1b23279e1347ca2299f09a7330 (patch) | |
tree | f3f3ea8ad6db347f8c83751340894ee1b0e106f7 /chrome/app | |
parent | 51a0be2384cb761f097fa6e3b4fa202fc3a6f5eb (diff) | |
download | chromium_src-b28e5dbc0b1b7b1b23279e1347ca2299f09a7330.zip chromium_src-b28e5dbc0b1b7b1b23279e1347ca2299f09a7330.tar.gz chromium_src-b28e5dbc0b1b7b1b23279e1347ca2299f09a7330.tar.bz2 |
Change HTTP Basic Auth messaging to be resistent to long realm strings, and to clarify that the realm portion of the message is coming from a remote server.
BUG=79426
TEST=none
Review URL: http://codereview.chromium.org/6905140
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83731 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-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 cd4c110..a9ea038 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -3375,7 +3375,7 @@ Other platform defines such as use_titlecase are declared in build/common.gypi. Authentication Required </message> <message name="IDS_LOGIN_DIALOG_DESCRIPTION" desc="String to be displayed in the login prompt dialog to explain what the user needs to do"> - The server <ph name="DOMAIN">$1<ex>google.com</ex></ph> at <ph name="REALM">$2<ex>site name</ex></ph> requires a username and password. + The server <ph name="DOMAIN">$1<ex>google.com</ex></ph> requires a username and password. The server says: <ph name="REALM">$2<ex>opaque string</ex></ph>. </message> <message name="IDS_LOGIN_DIALOG_DESCRIPTION_NO_REALM" desc="String to be displayed in the login prompt dialog to explain what the user needs to do"> The server <ph name="DOMAIN">$1<ex>google.com</ex></ph> requires a username and password. |