diff options
author | Mnikolenko Productengine <mnikolenko@productengine.com> | 2022-11-03 13:18:14 +0200 |
---|---|---|
committer | Mnikolenko Productengine <mnikolenko@productengine.com> | 2022-11-03 15:17:09 +0200 |
commit | a0c7a7ecdc7b9fb53fa1175babf0d8497a3e9112 (patch) | |
tree | 9fa9ca18f29c07f4c2f42c169840701735cd04f1 /indra/newview/skins/default | |
parent | 0f20cf17fd31abb051efd5bd14399ed6329112cf (diff) |
SL-18548 fix for crash when trying to Save material without caps
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 07ad2838b0..1dc979fda6 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -6858,6 +6858,14 @@ Please try again. <notification icon="notifytip.tga" + name="MissingMaterialCaps" + type="notifytip"> + <tag>fail</tag> + Not connected to a materials capable region. + </notification> + + <notification + icon="notifytip.tga" name="ScriptMissing" type="notifytip"> Script is missing from database. |