diff options
author | Mnikolenko Productengine <mnikolenko@productengine.com> | 2022-03-17 18:47:42 +0200 |
---|---|---|
committer | Mnikolenko Productengine <mnikolenko@productengine.com> | 2022-03-17 18:47:42 +0200 |
commit | e5e710a1e6e0f74cd60647e3dae7d037076351ff (patch) | |
tree | b34f686f22cb9da404d9b09eb228f1e807d6dd50 /indra/newview/skins/default | |
parent | d922d2ba7dc9e2a0de1cf69b569174e3990ae80f (diff) |
SL-16627 show auto-adjustment warning when for Shadows quality and Water reflection settings
Diffstat (limited to 'indra/newview/skins/default')
-rw-r--r-- | indra/newview/skins/default/xui/en/floater_preferences_graphics_advanced.xml | 4 | ||||
-rw-r--r-- | indra/newview/skins/default/xui/en/notifications.xml | 2 |
2 files changed, 1 insertions, 5 deletions
diff --git a/indra/newview/skins/default/xui/en/floater_preferences_graphics_advanced.xml b/indra/newview/skins/default/xui/en/floater_preferences_graphics_advanced.xml index b02eb62112..154c8b7909 100644 --- a/indra/newview/skins/default/xui/en/floater_preferences_graphics_advanced.xml +++ b/indra/newview/skins/default/xui/en/floater_preferences_graphics_advanced.xml @@ -697,8 +697,6 @@ top_delta="0" name="Reflections" width="150"> - <combo_box.mouse_down_callback - function="Pref.AutoAdjustWarning" /> <combo_box.item label="None; opaque" name="0" @@ -857,8 +855,6 @@ top_delta="0" name="ShadowDetail" width="150"> - <combo_box.mouse_down_callback - function="Pref.AutoAdjustWarning" /> <combo_box.item label="None" name="0" diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index 98f74d321b..1b9df53ad2 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -1864,7 +1864,7 @@ Graphics Quality can be raised in Preferences > Graphics. icon="alertmodal.tga" name="AutoFPSConfirmDisable" type="alertmodal"> - Changing this setting will disable automatic adjustment and turn off 'Auto FPS' setting. +Changing this setting will disable automatic adjustment and turn off 'Automatic settings'. Are you sure you want to continue? <tag>confirm</tag> <usetemplate |