diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2023-05-29 23:37:58 +0300 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2023-05-30 00:04:57 +0300 |
commit | 5b9b4fcf6657ce2cfa5fde85012fe24213df37b5 (patch) | |
tree | bd8980c016bcfaf4edfa9252eb8149c81f7ad9be /indra/newview/skins/default | |
parent | 6586055320922b4219d382f24383b00e20387e03 (diff) |
SL-17429 Message user when their inventory hits AIS2 limits
Diffstat (limited to 'indra/newview/skins/default')
-rw-r--r-- | indra/newview/skins/default/xui/en/notifications.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index f9211600ea..a216ef7c0d 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -6370,6 +6370,14 @@ Your trash is overflowing. This may cause problems logging in. </notification> <notification + icon="notifytip.tga" + name="InventoryLimitReachedAIS" + type="notifytip"> +Your inventory is experiencing issues. Please, contact support. + <tag>fail</tag> + </notification> + + <notification icon="alertmodal.tga" name="ConfirmClearBrowserCache" type="alertmodal"> |