diff options
| author | Hecklezz <tj8@live.com.au> | 2026-04-24 19:17:26 +1000 |
|---|---|---|
| committer | Andrey Lihatskiy <118752495+marchcat@users.noreply.github.com> | 2026-04-24 18:16:57 +0300 |
| commit | fca6e9fff61133f8de7de1c9cc291de0bccfd221 (patch) | |
| tree | 6b640a86a0583f6b404de76f59e4fd23d82fbf86 | |
| parent | 67807bcdede95f17a6257dc295d0fc672be4babc (diff) | |
Revert "Get rid of a duplicate notification"
This reverts commit d60b28e4cb2c69acbbd01ca56b03c19c1df4041a.
| -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 221bac329d..d616d474c0 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -6743,6 +6743,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="InventoryLimitReachedAISAlert" type="alertmodal"> |
