From 1ef37b196c6df054a3a6e19492c9f1d11a30656f Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Wed, 14 May 2008 22:30:43 +0000 Subject: * Minor: Fussy little wording change on inventory service failure --- OpenSim/Framework/Communications/LoginResponse.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim/Framework/Communications') diff --git a/OpenSim/Framework/Communications/LoginResponse.cs b/OpenSim/Framework/Communications/LoginResponse.cs index b6f1f69..bccac74 100644 --- a/OpenSim/Framework/Communications/LoginResponse.cs +++ b/OpenSim/Framework/Communications/LoginResponse.cs @@ -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"); } -- cgit v1.1