diff --git a/indra/newview/llinventorybridge.cpp b/indra/newview/llinventorybridge.cpp index 8b37480830889a727ca79055965e5999b2909d17..d8dfe35eb5bf4e22675a9d30fc0206d42c6eba50 100755 --- a/indra/newview/llinventorybridge.cpp +++ b/indra/newview/llinventorybridge.cpp @@ -3236,8 +3236,8 @@ void LLFolderBridge::performAction(LLInventoryModel* model, std::string action) { LLViewerInventoryCategory* cat = gInventory.getCategory(mUUID); mMessage = ""; - bool validates = true; - if (!validate_marketplacelistings(cat,boost::bind(&LLFolderBridge::gatherMessage, this, _1, _2, _3))) + bool validates = validate_marketplacelistings(cat,boost::bind(&LLFolderBridge::gatherMessage, this, _1, _2, _3),false); + if (!validates) { mMessage = ""; validates = validate_marketplacelistings(cat,boost::bind(&LLFolderBridge::gatherMessage, this, _1, _2, _3),true); diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index 5fc23b6d4bbb6e715184c886efdd64e20d1123e9..03f7de34ed0b259c6d3e34868aaaa8bcedb7b93f 100755 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -393,7 +393,7 @@ Initialization with the Marketplace failed because of a system or network error. In order to create your listing, we fixed the hierarchy of your listing contents. <tag>confirm</tag> <usetemplate - ignoretext="Confirm when creating a listing validates the content" + ignoretext="Warn me that creating a listing fixes the hierarchy of the content" name="okignore" yestext="OK"/> </notification>