diff options
author | James Cook <james@lindenlab.com> | 2010-04-13 10:47:58 -0700 |
---|---|---|
committer | James Cook <james@lindenlab.com> | 2010-04-13 10:47:58 -0700 |
commit | 60396971ca3e627fc4980a726f7d375bc570a2d2 (patch) | |
tree | b5e57c99ca781d3ffd2dcb5c37869406c79e42d8 /indra/newview/skins/default/xui | |
parent | 1a7740f0143b7368cd24f44360fea37dcd23bad2 (diff) |
DEV-47529 Chat "foo changed name to bar" on name change, viewer piece
Reviewed with Kelly
Diffstat (limited to 'indra/newview/skins/default/xui')
-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 0e14b06407..e57b21b05c 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -3075,6 +3075,13 @@ Change your display name? </notification> <notification + icon="notifytip.tga" + name="DisplayNameUpdate" + type="notifytip"> + [OLD_NAME] ([SLID]) is now known as [NEW_NAME]. + </notification> + + <notification icon="alertmodal.tga" name="OfferTeleport" type="alertmodal"> |