Text changes for upload messages
parent
a1a0a90720
commit
421071bd8a
|
@ -596,7 +596,7 @@ namespace OpenSim.Region.ClientStack.Linden
|
||||||
|
|
||||||
|
|
||||||
if(IsAtestUpload) // let user know, still showing cost estimation
|
if(IsAtestUpload) // let user know, still showing cost estimation
|
||||||
warning += "Upload will have no cost, for personal test purposes only. Other uses are forbiden. Items may not work on another region";
|
warning += "Upload will have no cost, for testing purposes only. Other uses are prohibited. Items will not work after 48 hours or on other regions";
|
||||||
|
|
||||||
// check funds
|
// check funds
|
||||||
else
|
else
|
||||||
|
@ -982,7 +982,7 @@ namespace OpenSim.Region.ClientStack.Linden
|
||||||
}
|
}
|
||||||
|
|
||||||
if(istest)
|
if(istest)
|
||||||
prim.Description = "For personal testing only. Other uses are forbiden";
|
prim.Description = "For testing only. Other uses are prohibited";
|
||||||
else
|
else
|
||||||
prim.Description = "";
|
prim.Description = "";
|
||||||
|
|
||||||
|
@ -1066,7 +1066,7 @@ namespace OpenSim.Region.ClientStack.Linden
|
||||||
item.AssetID = asset.FullID;
|
item.AssetID = asset.FullID;
|
||||||
if (istest)
|
if (istest)
|
||||||
{
|
{
|
||||||
item.Description = "For personal testing only. Other uses are forbiden";
|
item.Description = "For testing only. Other uses are prohibited";
|
||||||
item.Flags = (uint) (InventoryItemFlags.SharedSingleReference);
|
item.Flags = (uint) (InventoryItemFlags.SharedSingleReference);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
@ -1541,7 +1541,7 @@ namespace OpenSim.Region.ClientStack.Linden
|
||||||
if (m_IsAtestUpload)
|
if (m_IsAtestUpload)
|
||||||
{
|
{
|
||||||
LLSDAssetUploadError resperror = new LLSDAssetUploadError();
|
LLSDAssetUploadError resperror = new LLSDAssetUploadError();
|
||||||
resperror.message = "Upload SUCESSEFULL for testing purposes only. Other uses are forbiden. Item may not work on other region";
|
resperror.message = "Upload SUCESSEFULL for testing purposes only. Other uses are prohibited. Item will not work after 48 hours or on other regions";
|
||||||
resperror.identifier = inv;
|
resperror.identifier = inv;
|
||||||
|
|
||||||
uploadComplete.error = resperror;
|
uploadComplete.error = resperror;
|
||||||
|
|
Loading…
Reference in New Issue