diff options
author | Leyla Farazha <leyla@lindenlab.com> | 2010-07-15 17:14:45 -0700 |
---|---|---|
committer | Leyla Farazha <leyla@lindenlab.com> | 2010-07-15 17:14:45 -0700 |
commit | 474457ea7ea1bd178682788426a4cf40c3fffdcd (patch) | |
tree | cb372ccff994ca3802f67875c2728400a0d6c38c /indra/newview/skins/default | |
parent | 4562228a8ef833182ff055b00b0e569803d8b329 (diff) |
DEV-51021 Viewer returns misleading error message when a blocked user attempts to change his display name
reviewed by Richard cc#220
Diffstat (limited to 'indra/newview/skins/default')
-rw-r--r-- | indra/newview/skins/default/xui/en/notifications.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index 92e71e3b01..616904d7f6 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -3232,6 +3232,13 @@ Sorry, you cannot [http://wiki.secondlife.com/wiki/Setting_your_display_name cha </notification> <notification + icon="alertmodal.tga" + name="SetDisplayNameBlocked" + type="alert"> +Sorry, you cannot change your display name. If you feel this is in error, please contact support. + </notification> + + <notification icon="alertmodal.tga" name="SetDisplayNameFailedLength" type="alertmodal"> |