diff options
| author | Leyla Farazha <leyla@lindenlab.com> | 2010-07-29 17:02:07 -0700 | 
|---|---|---|
| committer | Leyla Farazha <leyla@lindenlab.com> | 2010-07-29 17:02:07 -0700 | 
| commit | 547bcc907389aeb1a3d974025b621e98d1178714 (patch) | |
| tree | 9abb945ddcf9c9b41c64830966c0203544cf7765 /indra/newview | |
| parent | f70a559d4394a6552da5167c3f450d5f2befa8e2 (diff) | |
DEV-52364 Account name not user name is referenced in error message when entering invalid user name or password on login
Diffstat (limited to 'indra/newview')
| -rw-r--r-- | indra/newview/skins/default/xui/en/notifications.xml | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index 616904d7f6..5a3e4ddfbf 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -717,7 +717,7 @@ You can not wear that item because it has not yet loaded. Please try again in a     name="MustHaveAccountToLogIn"     type="alertmodal">  Oops! Something was left blank. -You need to enter both the First and Last name of your avatar. +You need to enter the Username name of your avatar.  You need an account to enter [SECOND_LIFE]. Would you like to create one now?      <url @@ -737,7 +737,7 @@ You need an account to enter [SECOND_LIFE]. Would you like to create one now?     icon="alertmodal.tga"     name="InvalidCredentialFormat"     type="alertmodal"> -You need to enter both the First and Last name of your avatar into the Username field, then login again. +You need to enter either the Username or both the First and Last name of your avatar into the Username field, then login again.    </notification> | 
