diff options
author | Merov Linden <merov@lindenlab.com> | 2014-06-11 15:15:02 -0700 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2014-06-11 15:15:02 -0700 |
commit | 40e847d6f1d42ac7a97396de31b362a788638959 (patch) | |
tree | 00029d8e1ecc505f4e2d5bbf552f19c5686d8cf3 /indra/newview/skins | |
parent | dfe8416ca6fcdcb8863cd838fd6eb2ef42ef9c0f (diff) |
DD-126 : Ask for confirmation when moving a version folder in a way that will deactivate it
Diffstat (limited to 'indra/newview/skins')
-rwxr-xr-x | 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 b2533b16ec..e30f42ae98 100755 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -333,6 +333,19 @@ Initialization with the Marketplace failed because of a system or network error. </notification> <notification + icon="alertmodal.tga" + name="ConfirmMerchantClearVersion" + type="alertmodal"> + This action will deactivate the version folder of the current listing. Do you want to continue? + <tag>confirm</tag> + <usetemplate + ignoretext="Confirm before I deactivate the version folder of a listing on the marketplace" + name="okcancelignore" + notext="Cancel" + yestext="OK"/> + </notification> + + <notification icon="alertmodal.tga" name="CompileQueueSaveText" type="alertmodal"> |