diff options
author | Graham Linden <graham@lindenlab.com> | 2019-02-08 12:44:29 -0800 |
---|---|---|
committer | Graham Linden <graham@lindenlab.com> | 2019-02-08 12:44:29 -0800 |
commit | 5c5b625892a86dfa467225c059f7ef1188ba46ca (patch) | |
tree | 65773de98719a3e7e85f9ba4a76371f3a90ce444 /indra/newview/skins/default/xui/en | |
parent | 9f2a0d2a082495ce878f0eb0d7348b181939d348 (diff) | |
parent | c909e496fd1a0710e5349441ef4e3cae5ff98de6 (diff) |
Merge SL-10501 fix
Diffstat (limited to 'indra/newview/skins/default/xui/en')
-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. |