diff options
author | Dmitry Zaporozhan <dzaporozhan@productengine.com> | 2010-02-16 11:54:46 +0200 |
---|---|---|
committer | Dmitry Zaporozhan <dzaporozhan@productengine.com> | 2010-02-16 11:54:46 +0200 |
commit | a24eb0a4496471b59ae70074e8d44b078eacb347 (patch) | |
tree | f109f238dfccecbc27cc9886f3e5913f73c4cb61 /indra/newview/skins/default/xui/en/notifications.xml | |
parent | 09ffc1e0311bc143601b50cff6f65fe914e855bd (diff) |
Fixed low bug EXT-5124 - Display buddy icons on online/offline alerts
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/skins/default/xui/en/notifications.xml')
-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 9c6b18ef27..ef983dacfe 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -4310,14 +4310,14 @@ Topic: [SUBJECT], Message: [MESSAGE] icon="notifytip.tga" name="FriendOnline" type="notifytip"> -[NAME_SLURL] is Online +[FIRST] [LAST] is Online </notification> <notification icon="notifytip.tga" name="FriendOffline" type="notifytip"> -[NAME_SLURL] is Offline +[FIRST] [LAST] is Offline </notification> <notification |