diff options
| -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 | 
