diff options
author | andreykproductengine <andreykproductengine@lindenlab.com> | 2019-12-09 17:52:41 +0200 |
---|---|---|
committer | andreykproductengine <andreykproductengine@lindenlab.com> | 2019-12-09 17:52:41 +0200 |
commit | bed0e63f1bbdb08d0d63de522504d3df6549e445 (patch) | |
tree | 8964eece187bdd13c0d635250fa5148686a78695 /indra/newview/skins/default | |
parent | caac8f57f0cc7a6bf0720473ad77fe1e3923c821 (diff) |
SL-12414 The "Bulk" upload warning message for .bhv files is confusing
Diffstat (limited to 'indra/newview/skins/default')
-rw-r--r-- | indra/newview/skins/default/xui/en/notifications.xml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index 2417c52251..a5396a5454 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -8452,6 +8452,26 @@ This will upload [COUNT] items at a total cost of L$[COST]. Do you wish to conti name="okcancelbuttons" notext="Cancel" yestext="Upload"/> + </notification> + + <notification + icon="alertmodal.tga" + name="BulkUploadNoCompatibleFiles" + type="alertmodal"> +Selected files can not be bulk-uploaded. + <usetemplate + name="okbutton" + yestext="OK"/> + </notification> + + <notification + icon="alertmodal.tga" + name="BulkUploadIncompatibleFiles" + type="alertmodal"> +Some of the selected files can not be bulk-uploaded. + <usetemplate + name="okbutton" + yestext="OK"/> </notification> <notification |