diff options
author | andreykproductengine <akleshchev@productengine.com> | 2015-01-15 17:50:40 +0200 |
---|---|---|
committer | andreykproductengine <akleshchev@productengine.com> | 2015-01-15 17:50:40 +0200 |
commit | d5fe509c154913d76673d60ab153297a357466bb (patch) | |
tree | a6341667567d7b0d58cade7dc9bdccf4584b1918 /indra/newview/skins | |
parent | fd83804a1ca95d7bbe10fb3a7586b12d3cbd6085 (diff) |
MAINT-4777 FIXED Confusing 'Save changes?' dialog when hitting the Delete button in notecard edit floater
Diffstat (limited to 'indra/newview/skins')
-rwxr-xr-x | indra/newview/skins/default/xui/en/notifications.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index b4d8046d18..1f816dc806 100755 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -1197,6 +1197,18 @@ Save Changes? <notification icon="alertmodal.tga" + name="DeleteNotecard" + type="alertmodal"> +Delete Notecard? + <tag>confirm</tag> + <usetemplate + name="okcancelbuttons" + notext="Cancel" + yestext="OK"/> + </notification> + + <notification + icon="alertmodal.tga" name="GestureSaveFailedTooManySteps" type="alertmodal"> Gesture save failed. |