* Minor: Fussy little wording change on inventory service failure
parent
1b90238f28
commit
1ef37b196c
|
@ -248,7 +248,7 @@ namespace OpenSim.Framework.Communications
|
||||||
{
|
{
|
||||||
return GenerateFailureResponse(
|
return GenerateFailureResponse(
|
||||||
"key",
|
"key",
|
||||||
"The agent inventory service is not responding. Please notify your login region operator.",
|
"The avatar inventory service is not responding. Please notify your login region operator.",
|
||||||
"false");
|
"false");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue