From 41062c16273cb07f90dc282e4379dd649782988a Mon Sep 17 00:00:00 2001 From: UbitUmarov Date: Tue, 16 Aug 2016 04:21:49 +0100 Subject: fix misspelled message mantis: 7996 --- OpenSim/Region/Framework/Scenes/Scene.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenSim/Region/Framework/Scenes/Scene.cs b/OpenSim/Region/Framework/Scenes/Scene.cs index 5d5ea89..d5dbcaf 100755 --- a/OpenSim/Region/Framework/Scenes/Scene.cs +++ b/OpenSim/Region/Framework/Scenes/Scene.cs @@ -4452,7 +4452,7 @@ Label_GroupsDone: { m_log.WarnFormat("[CONNECTION BEGIN]: Denied access to: {0} ({1} {2}) at {3} because the user does not have access to the estate", agent.AgentID, agent.firstname, agent.lastname, RegionInfo.RegionName); - reason = String.Format("Denied access to private region {0}: You are do not have access to that region.", + reason = String.Format("Denied access to private region {0}: You do not have access to that region.", RegionInfo.RegionName); return false; } -- cgit v1.1