diff options
author | Rider Linden <rider@lindenlab.com> | 2018-06-29 15:56:09 -0700 |
---|---|---|
committer | Rider Linden <rider@lindenlab.com> | 2018-06-29 15:56:09 -0700 |
commit | ef09ef2b09f054ced394776a9b3d19babcfd3986 (patch) | |
tree | 3df46f2bdf2daf9f1c42936a53f554c24cb20d3e /indra/newview/skins | |
parent | 6a1f7955ac7f1407ef7bc70af720c0327b38c455 (diff) |
Put up notifications to the user when things go terribly terribly wrong.
Diffstat (limited to 'indra/newview/skins')
-rw-r--r-- | indra/newview/skins/default/xui/en/notifications.xml | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index fcabf1059e..eb4f658495 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -11101,7 +11101,7 @@ Cannot create large prims that intersect other residents. Please re-try when ot name="FailedToFindSettings" persist="true" type="alertmodal"> -Failed to find the settings named [DESC] in database. +Could not load the settings for [NAME] from the database. <tag>fail</tag> </notification> @@ -11131,5 +11131,14 @@ Unable to apply those settings to the environment. This Region does not support environmental settings. <tag>fail</tag> </notification> + + <notification + icon="notify.tga" + name="WLImportFail" + persist="true" + type="alertmodal"> +Unable to import legacy Windlight settings from [FILE]. + <tag>fail</tag> + </notification> </notifications> |