diff options
| author | Maxim Nikolenko <maximnproductengine@lindenlab.com> | 2025-04-30 15:06:56 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-30 15:06:56 +0300 |
| commit | 98078b9aade28c8e24f74103f57f96bcdacd4fa4 (patch) | |
| tree | 841b122bb4f43d7dc6b1cc5c89ecb23d234c5fe5 /indra/newview/skins | |
| parent | d9e55c44152064133796bfb08f1da524387c1300 (diff) | |
#3748 Don't allow dropping material onto water exclusion surface
Diffstat (limited to 'indra/newview/skins')
| -rw-r--r-- | indra/newview/skins/default/xui/en/notifications.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index 1a56d7e3a3..a51feeb7ab 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -12610,4 +12610,13 @@ are wearing now. notext="Cancel" yestext="Continue"/> </notification> + + <notification + icon="notify.tga" + name="WaterExclusionNoMaterial" + persist="true" + type="notify"> + Unable to apply material to the water exclusion surface. + <tag>fail</tag> + </notification> </notifications> |
