diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/Application/OpenSim.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Application/OpenSim.cs b/OpenSim/Region/Application/OpenSim.cs index 6ff7f01..87c2792 100644 --- a/OpenSim/Region/Application/OpenSim.cs +++ b/OpenSim/Region/Application/OpenSim.cs | |||
@@ -435,7 +435,7 @@ namespace OpenSim | |||
435 | if (alert != null) | 435 | if (alert != null) |
436 | presence.ControllingClient.Kick(alert); | 436 | presence.ControllingClient.Kick(alert); |
437 | else | 437 | else |
438 | presence.ControllingClient.Kick("\nThe OpenSim manager kicked you out.\n"); | 438 | presence.ControllingClient.Kick("\nYou have been logged out by an administrator.\n"); |
439 | 439 | ||
440 | presence.Scene.IncomingCloseAgent(presence.UUID, force); | 440 | presence.Scene.IncomingCloseAgent(presence.UUID, force); |
441 | } | 441 | } |