diff options
author | callum <none@none> | 2010-12-13 14:21:30 -0800 |
---|---|---|
committer | callum <none@none> | 2010-12-13 14:21:30 -0800 |
commit | 4bf715c512cf431dd2af7fc2d9256c1823b051d6 (patch) | |
tree | 0e2b7efe97dfe283c4c72c22a00fbed2155e44c7 /indra/newview/skins/default/xui | |
parent | 524fd399bbc208049762654676883a4a34c8c602 (diff) |
SOCIAL-367 FIX HTTP Auth dialog does not indicate what server a user is entering a user name and password for in Webkit 4.7
Diffstat (limited to 'indra/newview/skins/default/xui')
-rw-r--r-- | indra/newview/skins/default/xui/en/notifications.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index 39d623b246..76f221f481 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -6577,7 +6577,7 @@ Mute everyone? <notification name="AuthRequest" type="browser"> - Enter user name and password to continue. +The site at '<nolink>[HOST_NAME]</nolink>' in realm '[REALM]' requires a user name and password. <form name="form"> <input name="username" type="text" text="User Name"/> <input name="password" type="password" text="Password"/> |