diff options
author | Mnikolenko Productengine <mnikolenko@productengine.com> | 2022-01-24 16:33:44 +0200 |
---|---|---|
committer | Mnikolenko Productengine <mnikolenko@productengine.com> | 2022-01-24 16:33:44 +0200 |
commit | d7603ffc9c94a6cdab94bc23745903c7fff25ff1 (patch) | |
tree | 7cdc77fc087a6d7442d52e7e0faa0f7823245693 /indra/newview/skins/default/xui/en/notifications.xml | |
parent | 5b04123aec281de30fb8b6473600f6b1e9d16909 (diff) |
SL-16627 AutoFPS first pass
Diffstat (limited to 'indra/newview/skins/default/xui/en/notifications.xml')
-rw-r--r-- | indra/newview/skins/default/xui/en/notifications.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index d4f71fb370..2fed214d69 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -1848,6 +1848,19 @@ Graphics Quality can be raised in Preferences > Graphics. </notification> <notification + icon="alertmodal.tga" + name="AutoFPSConfirmDisable" + type="alertmodal"> + Changing this setting will disable automatic adjustment and turn off 'Auto FPS' setting. +Are you sure you want to continue? + <tag>confirm</tag> + <usetemplate + name="okcancelbuttons" + notext="Cancel" + yestext="Continue"/> + </notification> + + <notification icon="alertmodal.tga" name="RegionNoTerraforming" type="alertmodal"> |