mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
fix misspelled message mantis: 7996
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user