diff options
author | Oz Linden <oz@lindenlab.com> | 2012-04-13 17:11:19 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2012-04-13 17:11:19 -0400 |
commit | c7c7726c6f6c76950d47f9f640993bb80c659300 (patch) | |
tree | cf5654661a81e331e1b4d14c45ee80b7fa83929c /indra/newview/skins/default/xui/en/notifications.xml | |
parent | 753e8673c30f7d5c87e0e6e86c36482f9b103983 (diff) | |
parent | 8d4c6771fdbea274eabc7a2e2606b3b77952cb4a (diff) |
merge changes for drtvwr-135
Diffstat (limited to 'indra/newview/skins/default/xui/en/notifications.xml')
-rw-r--r-- | indra/newview/skins/default/xui/en/notifications.xml | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index 59dd17ea9d..afc5b916e7 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -7696,4 +7696,31 @@ Otherwise, you can look at the Map and find places marked "Infohub". You died and have been teleported to your home location. </global> + <notification + icon="alertmodal.tga" + name="LocalBitmapsUpdateFileNotFound" + persist="true" + type="notify"> +[FNAME] could not be updated because the file could no longer be found. +Disabling future updates for this file. + </notification> + + <notification + icon="alertmodal.tga" + name="LocalBitmapsUpdateFailedFinal" + persist="true" + type="notify"> +[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> |