diff options
author | RunitaiLinden <davep@lindenlab.com> | 2023-06-22 17:10:24 -0500 |
---|---|---|
committer | RunitaiLinden <davep@lindenlab.com> | 2023-06-22 17:10:24 -0500 |
commit | 3a1b60b2baa80218a79bf33cf983bd28df4f2343 (patch) | |
tree | 16784b35c8b2d0d497f27094d629f93c3e9f4429 /indra/newview/skins/default/xui/en/notifications.xml | |
parent | f0dc9ea3fd1b91028cf9c039f646a9da48c41f27 (diff) |
SL-19785 Fix for blown out skies from Glow Focus. Add notification when editing legacy skies.
Diffstat (limited to 'indra/newview/skins/default/xui/en/notifications.xml')
-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 4949075f2d..f77b235408 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -12097,5 +12097,17 @@ Material successfully created. Asset ID: [ASSET_ID] notext="Cancel" yestext="OK"/> </notification> + + <notification + icon="notifytip.tga" + name="AutoAdjustHDRSky" + persist="true" + type="alertmodal"> + You are editing a non-HDR sky that has been automatically converted to HDR. To remove HDR and tone mapping, set Reflection Probe Ambiance to zero. + <usetemplate + ignoretext="HDR Sky adjustment warning" + name="okignore" + yestext="OK"/> + </notification> </notifications> |