diff options
author | Rider Linden <rider@lindenlab.com> | 2018-08-24 11:59:28 -0700 |
---|---|---|
committer | Rider Linden <rider@lindenlab.com> | 2018-08-24 11:59:28 -0700 |
commit | d5f2267369d2695a8aec7c1d0cfa25954ae3c706 (patch) | |
tree | 28f01231c824b9e42ce82af73b4a2896b4c3c389 /indra/newview/skins/default/xui | |
parent | d965af2b0cbf62e2e1601f504e0d548da40aa742 (diff) |
Remove "Commit" from fixed editor. Check isDirty() before replacing or closing fixed editor.
Diffstat (limited to 'indra/newview/skins/default/xui')
-rw-r--r-- | indra/newview/skins/default/xui/en/notifications.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index f011fe0aaa..2ab22cb565 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -11183,5 +11183,19 @@ Settings are not supported on this region. Please move to a settings enabled region and retry your action. <tag>fail</tag> </notification> + + <notification + icon="alertmodal.tga" + name="SettingsConfirmLoss" + type="alertmodal"> +You are about to lose the changes you have made to this [TYPE] named "[NAME]". +Are you sure you want to continue? + <tag>confirm</tag> + <usetemplate + ignoretext="Are you sure you want to lose changes?" + name="okcancelignore" + notext="No" + yestext="Yes"/> + </notification> </notifications> |