diff options
author | Mnikolenko ProductEngine <mnikolenko@productengine.com> | 2017-07-26 15:49:55 +0300 |
---|---|---|
committer | Mnikolenko ProductEngine <mnikolenko@productengine.com> | 2017-07-26 15:49:55 +0300 |
commit | 822183057b13c8187d9dab68232b4274bc3ec3b2 (patch) | |
tree | e6a6457568ddfec0695ef66bfd6714d2a5c10b9b /indra/newview/skins/default/xui | |
parent | 06c2f24df9929951bbe67cf5187745e25dafa13a (diff) |
MAINT-7637 Don't allow adding own avatar to rendering exceptions list
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 71b0edb572..6147005d22 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -6575,6 +6575,13 @@ Although you're very nice, you can't add yourself as a friend. <notification icon="notifytip.tga" + name="AddSelfRenderExceptions" + type="notifytip"> +You can't add yourself to the rendering exceptions list. + </notification> + + <notification + icon="notifytip.tga" name="UploadingAuctionSnapshot" type="notifytip"> Uploading in-world and web site snapshots... |