diff options
author | RunitaiLinden <davep@lindenlab.com> | 2023-10-13 15:32:42 -0500 |
---|---|---|
committer | RunitaiLinden <davep@lindenlab.com> | 2023-10-13 15:32:42 -0500 |
commit | 71d0603773a0d406560fc6add8a61f7e8d3cdb27 (patch) | |
tree | 12a2629604a0e576b7c36063709a659059070ba1 /indra/newview/skins/default/xui/en/notifications.xml | |
parent | 20f1ca92973f4cc44465ba76c0e5add9e657e1f1 (diff) | |
parent | b877e80d70875ff01ee0f522b775b766838d7404 (diff) |
Merge branch 'DRTVWR-559' of github.com:secondlife/viewer into DRTVWR-559
Diffstat (limited to 'indra/newview/skins/default/xui/en/notifications.xml')
-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 |