diff options
author | maxim_productengine <mnikolenko@productengine.com> | 2018-07-03 14:22:15 +0300 |
---|---|---|
committer | maxim_productengine <mnikolenko@productengine.com> | 2018-07-03 14:22:15 +0300 |
commit | 7ee5ee3dfdda7809c1ff3c40d6de2f01e5e207aa (patch) | |
tree | 0579eae53869f9581598fca4e809d699dde1fe8f /indra/newview/skins/default/xui | |
parent | d154dc08923f607fbd25652eb9515af65b6269f8 (diff) |
MAINT-8582 FIXED The message "Group is already in the list" is not displayed
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 3d994f73af..30ae7c1d09 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -3812,6 +3812,13 @@ Unable to add banned resident to estate manager list. type="alertmodal"> Unable to add estate manager [AGENT] to banned list. </notification> + + <notification + icon="alertmodal.tga" + name="GroupIsAlreadyInList" + type="alertmodal"> +[GROUP] is already in the Allowed Groups list. + </notification> <notification icon="alertmodal.tga" |