* Minor: Fussy little wording change on inventory service failure

0.6.0-stable
Justin Clarke Casey 2008-05-14 22:30:43 +00:00
parent 1b90238f28
commit 1ef37b196c
1 changed files with 1 additions and 1 deletions

View File

@ -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");
} }