diff options
author | Maxim Nikolenko <maximnproductengine@lindenlab.com> | 2023-10-12 18:12:05 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-12 18:12:05 +0300 |
commit | ea67abf78fad1c924659305296c51b2af99b0793 (patch) | |
tree | fc061d362401e7261bb1c010dc41526eb6547afd /indra/newview/skins/default/xui/en | |
parent | 5473c0e2da7b14e55890af8bfc145a1442c0beea (diff) |
SL-20437 Make the "Unable to load material" message a modal notification.
Diffstat (limited to 'indra/newview/skins/default/xui/en')
-rw-r--r-- | indra/newview/skins/default/xui/en/notifications.xml | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index 812716ac7f..f2473e98d3 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -6978,12 +6978,15 @@ Please try again. </notification> <notification - icon="notifytip.tga" + icon="alertmodal.tga" name="UnableToLoadMaterial" - type="notifytip"> - Unable to load material. - Please try again. + type="alertmodal"> +Unable to load material. +Please try again. <tag>fail</tag> + <usetemplate + name="okbutton" + yestext="OK"/> </notification> <notification |