diff options
author | Maxim Nikolenko <maximnproductengine@lindenlab.com> | 2024-10-10 17:06:08 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-10 17:06:08 +0300 |
commit | d69ad11a8d0d1a3b02ff75fdec7e2b230a526abc (patch) | |
tree | de6035b1b6379d6ef79260e3ce8c9e5cfb75767d /indra/newview/skins/default | |
parent | 3091985d31e1ccf9aba159dec4f2d5ea31723ce0 (diff) | |
parent | d5218c05219a6bddb63d752a9df3b5d6fe1e3cf7 (diff) |
Merge branch 'develop' into maxim/lua-nearby-avatars
Diffstat (limited to 'indra/newview/skins/default')
-rw-r--r-- | indra/newview/skins/default/xui/en/notifications.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index 071f6458c5..bc817765cf 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -6532,6 +6532,22 @@ Do you want to replace it with the selected object? </notification> <notification + icon="alertmodal.tga" + name="CantLinkNotecard" + type="alertmodal"> + You must save the notecard before creating a link to it. + <tag>fail</tag> + </notification> + + <notification + icon="alertmodal.tga" + name="CantLinkMaterial" + type="alertmodal"> + You must save the material before creating a link to it. + <tag>fail</tag> + </notification> + + <notification icon="alert.tga" label="Do Not Disturb Mode Warning" name="DoNotDisturbModePay" |