diff options
author | Vaalith <none@none> | 2012-04-10 09:28:47 -0400 |
---|---|---|
committer | Vaalith <none@none> | 2012-04-10 09:28:47 -0400 |
commit | 8d4c6771fdbea274eabc7a2e2606b3b77952cb4a (patch) | |
tree | 304efa629bbddcee190f83c49f098733a3714201 /indra/newview/skins/default/xui/en/notifications.xml | |
parent | 4ff8067aa8f5117fa83e1a971b5bbc0c8fc033b2 (diff) |
storm-64: One more toast on failure to verify initial image, and changed a bool to enum
Diffstat (limited to 'indra/newview/skins/default/xui/en/notifications.xml')
-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 e9175e2390..9cad5b8586 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -7713,5 +7713,14 @@ Disabling future updates for this file. [FNAME] could not be opened or decoded for [NRETRIES] attempts, and is now considered broken. Disabling future updates for this file. </notification> + + <notification + icon="alertmodal.tga" + name="LocalBitmapsVerifyFail" + persist="true" + type="notify"> +Attempted to add an invalid or unreadable image file [FNAME] which could not be opened or decoded. +Attempt cancelled. + </notification> </notifications> |