diff options
author | Graham Linden <graham@lindenlab.com> | 2019-02-21 08:23:26 -0800 |
---|---|---|
committer | Graham Linden <graham@lindenlab.com> | 2019-02-21 08:23:26 -0800 |
commit | 5ff4580cbb950b82cdcec6574b3292ea3d67ac21 (patch) | |
tree | 15fc6ac8a6fa2500cb5dc4578aa4807f96b82e9b /indra/newview/skins/default/xui/en/notifications.xml | |
parent | 5bc31e5992ad3891de469b4c452090f7f348fcbb (diff) | |
parent | e1d8f11a21c76d0632471dce9f5b23246137546a (diff) |
Merge
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 dfc392e1f7..5ed3bd5df5 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -11347,5 +11347,32 @@ You may not edit settings directly from the libary. Please copy to your own inventory and try again. <tag>fail</tag> </notification> + + <notification + icon="notify.tga" + name="EnvironmentApplyFailed" + persist="true" + type="alertmodal"> +We have encountered an issue with these settings. They can not be saved or applied at this time. + <tag>fail</tag> + </notification> + + <notification + icon="notify.tga" + name="TrackLoadFailed" + persist="true" + type="alertmodal"> +Unable to load the track into [TRACK]. + <tag>fail</tag> + </notification> + + <notification + icon="notify.tga" + name="TrackLoadMismatch" + persist="true" + type="alertmodal"> +Unable to load the track from [TRACK1] into [TRACK2]. + <tag>fail</tag> + </notification> </notifications> |