diff options
author | callum <none@none> | 2011-10-12 16:08:53 -0700 |
---|---|---|
committer | callum <none@none> | 2011-10-12 16:08:53 -0700 |
commit | 45a316831636043663972bdf83adbefb345549de (patch) | |
tree | a194710cfc75a9105ca10eb4a7ce35209d8300f9 /indra/newview/skins/default/xui/en | |
parent | 9ca4b8219f1a18b11d457d6f18d3c695aba9aed2 (diff) |
EXP-1337 FIX Add Confirmation dialog to "Restore Defaults" in the Toybox
Reviewed by Leslie
Diffstat (limited to 'indra/newview/skins/default/xui/en')
-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 6b0ffd9d33..f510b3c5ba 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -4624,6 +4624,20 @@ Are you sure you want to quit? <notification icon="alertmodal.tga" + name="ConfirmRestoreToybox" + type="alertmodal"> + <unique/> +Are you sure you want to restore your default buttons and toolbars? + +You cannot undo this action. + <usetemplate + name="okcancelbuttons" + notext="Cancel" + yestext="OK"/> + </notification> + + <notification + icon="alertmodal.tga" name="DeleteItems" type="alertmodal"> <unique/> |