diff options
author | Mnikolenko ProductEngine <mnikolenko@productengine.com> | 2015-02-26 12:12:08 +0200 |
---|---|---|
committer | Mnikolenko ProductEngine <mnikolenko@productengine.com> | 2015-02-26 12:12:08 +0200 |
commit | 22ea223ddd2f2f9ed05a447dda2c4169a77d191e (patch) | |
tree | 513ba00dab703d9ffdb09b91faae98a9bf25ccb0 /indra/newview/skins/default/xui/en | |
parent | 2ea45ee2c9924ff7ef8f1153e7f3f669981e70a2 (diff) |
MAINT-4904 FIXED Show confirmation pop-up before unlinking an object.
Diffstat (limited to 'indra/newview/skins/default/xui/en')
-rwxr-xr-x | indra/newview/skins/default/xui/en/notifications.xml | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index 4602a41d52..df4bf6700b 100755 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -5365,7 +5365,21 @@ You cannot undo this action. notext="Cancel" yestext="OK"/> </notification> - + + <notification + icon="alertmodal.tga" + name="ConfirmUnlink" + type="alertmodal"> + <unique/> + This is a large linkset. If you unlink it, you may not be able to link it again. You may wish to take a copy of the linkset into your inventory as a precaution. + <tag>confirm</tag> + <usetemplate + ignoretext="Confirm when unlinking a linkset" + name="okcancelignore" + notext="Cancel" + yestext="Unlink"/> + </notification> + <notification icon="alertmodal.tga" name="HelpReportAbuseEmailLL" |