diff options
author | Mnikolenko Productengine <mnikolenko@productengine.com> | 2020-09-23 12:31:18 +0300 |
---|---|---|
committer | Mnikolenko Productengine <mnikolenko@productengine.com> | 2020-09-23 12:31:18 +0300 |
commit | baf77b4dd01d036b77d635c19c7113bcac2dc6ec (patch) | |
tree | 6e769b20893231371630d5be864a25d67bb88f3a /indra/newview/skins/default | |
parent | 10a2519e737d2fc4be74e7bb289d0b3eb0709aa0 (diff) |
Revert "SL-13824 Remove notification when both joining a group and leaving a group"
This reverts commit 34786ac22129aac372eeb1e73b6baac6bfad644e.
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 d141cfc313..fa1c15c411 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -4214,6 +4214,13 @@ Leave Group? yestext="OK"/> </notification> + <notification + icon="notify.tga" + name="GroupDepart" + type="notify"> +You have left the group '<nolink>[group_name]</nolink>'. + <tag>group</tag> + </notification> <notification icon="alertmodal.tga" |