diff options
author | Graham Linden <graham@lindenlab.com> | 2018-06-05 16:39:11 +0100 |
---|---|---|
committer | Graham Linden <graham@lindenlab.com> | 2018-06-05 16:39:11 +0100 |
commit | 11a7c22b72ba8bb1022aa65c51bf4a50310ce070 (patch) | |
tree | f8f2f9aef04cc7d97d5a30b18cfc4dc05322630b /indra/newview/skins/default/xui/en/notifications.xml | |
parent | cd8f0da2d187df69a99a665ea11faaa4e13b7a12 (diff) | |
parent | b06803225bff30e863ea18cae1d33f42a4fd937e (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 d7193c511f..756b711c4c 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -11113,4 +11113,31 @@ Failed to find the settisgs named [DESC] in database. <tag>fail</tag> </notification> + <notification + icon="notify.tga" + name="FailedToLoadSettingsApply" + persist="true" + type="alertmodal"> +Unable to apply those settings to the environment. + <tag>fail</tag> + </notification> + + <notification + icon="notify.tga" + name="FailedToBuildSettingsDay" + persist="true" + type="alertmodal"> +Unable to apply those settings to the environment. + <tag>fail</tag> + </notification> + + <notification + icon="notify.tga" + name="NoEnvironmentSettings" + persist="true" + type="alertmodal"> +This Region does not support environmental settings. + <tag>fail</tag> + </notification> + </notifications> |