diff options
author | maxim_productengine <mnikolenko@productengine.com> | 2019-02-07 17:58:25 +0200 |
---|---|---|
committer | maxim_productengine <mnikolenko@productengine.com> | 2019-02-07 17:58:25 +0200 |
commit | 43327798dec61590dc256697771e0423eb1ece9c (patch) | |
tree | 2b223865c4e098cee9dbbeb06bd784d35b3eef65 /indra/newview/skins/default | |
parent | a9dd57c3517eb0ba1070f638d1eb6a4a56d4bfb7 (diff) |
SL-10495 [EEP] Include a confirmation when clicking the Use Region Settings button
Diffstat (limited to 'indra/newview/skins/default')
-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 5ea5023c94..dfc392e1f7 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -11310,6 +11310,19 @@ Are you sure you want to continue? <notification icon="alertmodal.tga" + name="SettingsConfirmReset" + type="alertmodal"> +You are about to remove all applied settings. +Are you sure you want to continue? + <tag>confirm</tag> + <usetemplate + name="okcancelbuttons" + notext="No" + yestext="Yes"/> + </notification> + + <notification + icon="alertmodal.tga" name="SettingsMakeNoTrans" type="alertmodal"> You are about to import non-transferable settings into this daycycle. Continuing will cause the settings you are editing to become non-transferable also. |