diff options
author | Karen Lahey <karina@lindenlab.com> | 2009-10-15 16:52:03 -0700 |
---|---|---|
committer | Karen Lahey <karina@lindenlab.com> | 2009-10-15 16:52:03 -0700 |
commit | 73e86b0bed548b2aaba8d92837e562d6d753808a (patch) | |
tree | ee77d1f79fee430bb64c61d89988a0cb07ecf257 /indra/newview/skins/default | |
parent | 7ab41a8a815968e274ebbfc459328be40cf5479a (diff) |
MAC Address Change no longer causes viewer to die cr:Roxie
Diffstat (limited to 'indra/newview/skins/default')
-rw-r--r-- | indra/newview/skins/default/xui/en/notifications.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index d177cfce7d..333f5d3d2a 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -1358,6 +1358,18 @@ Unable to encode file: [FILE] <notification icon="alertmodal.tga" + name="CorruptedProtectedDataStore" + type="alertmodal"> + We are unable to read your protected data so it is being reset. + This may happen when you change network setup. + + <usetemplate + name="okbutton" + yestext="OK"/> + </notification> + + <notification + icon="alertmodal.tga" name="CorruptResourceFile" type="alertmodal"> Corrupt resource file: [FILE] |