diff options
author | James Cook <james@lindenlab.com> | 2010-05-12 16:32:54 -0700 |
---|---|---|
committer | James Cook <james@lindenlab.com> | 2010-05-12 16:32:54 -0700 |
commit | 6871747f11f300fcf90edba2224c91a3645617cc (patch) | |
tree | 932f43f6547d1221c889dc2992fc742787883461 /indra/newview/skins/default/xui | |
parent | bee1a091469f8d1f2277e8d5b4cc9981e8060bde (diff) |
DEV-50013 Display names limited to 31 chars (not bytes) in viewer UI
Reviewed with Leyla
Diffstat (limited to 'indra/newview/skins/default/xui')
-rw-r--r-- | indra/newview/skins/default/xui/en/notifications.xml | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index ffc58746e3..c4ddae1a12 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -3098,7 +3098,16 @@ Just like in real life, it takes a while for everyone to learn about a new name. See http://wiki.secondlife.com/wiki/Display_Names for details. </notification> - + + <notification + icon="alertmodal.tga" + name="SetDisplayNameFailedLength" + type="alertmodal"> +Sorry, that name is too long. Display names can have a maximum of [LENGTH] characters. + +Please try a shorter name. + </notification> + <notification icon="alertmodal.tga" name="SetDisplayNameFailedGeneric" |