diff options
author | maxim_productengine <mnikolenko@productengine.com> | 2019-04-16 16:26:52 +0300 |
---|---|---|
committer | maxim_productengine <mnikolenko@productengine.com> | 2019-04-16 16:26:52 +0300 |
commit | cc70bf9ea04b6c934fec23d693d6a5b76eaf6df6 (patch) | |
tree | c6eadf2f3994e8bbf70eda3149e582ef28852496 /indra/newview/skins/default/xui/en/notifications.xml | |
parent | 479385c97fa2d433c85598f6871274c970a6f9a7 (diff) |
SL-10957 [EEP] Add Reset button to revert to shared environment
Diffstat (limited to 'indra/newview/skins/default/xui/en/notifications.xml')
-rw-r--r-- | indra/newview/skins/default/xui/en/notifications.xml | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index 42b1a1ec1b..85b55346c2 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -11345,7 +11345,20 @@ Are you sure you want to continue? notext="No" yestext="Yes"/> </notification> - + + <notification + icon="alertmodal.tga" + name="PersonalSettingsConfirmReset" + type="alertmodal"> + You are about to remove all applied Personal lighting 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" |