0.9.1.0-post-fixes
UbitUmarov 2018-07-14 18:41:13 +01:00
parent 0daa4eff8a
commit 01400e38d5
1 changed files with 2 additions and 2 deletions

View File

@ -636,7 +636,7 @@ namespace OpenSim.Region.ClientStack.Linden
{
IsAtestUpload = (assetName.Length > 5 && assetName.StartsWith("TEST-"));
if(IsAtestUpload)
warning += "Upload for testing purposes only. IItems will be local to region only, Inventory entry will be lost on logout";
warning += "Upload for testing purposes only. Items will be local to region only, Inventory entry will be lost on logout";
}
if (client != null && warning != String.Empty)
@ -2019,7 +2019,7 @@ namespace OpenSim.Region.ClientStack.Linden
if (m_IsAtestUpload)
{
LLSDAssetUploadError resperror = new LLSDAssetUploadError();
resperror.message = "Upload SUCESSEFULL for testing purposes only. Other uses are prohibited. Item will not work after 48 hours or on other regions";
resperror.message = "Upload SUCCESSFUL for testing purposes only. Other uses are prohibited. Item will not work after 48 hours or on other regions";
resperror.identifier = inv;
uploadComplete.error = resperror;