* Minor: Fussy little wording change on inventory service failure

This commit is contained in:
Justin Clarke Casey
2008-05-14 22:30:43 +00:00
parent 1b90238f28
commit 1ef37b196c

View File

@@ -248,7 +248,7 @@ namespace OpenSim.Framework.Communications
{
return GenerateFailureResponse(
"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");
}