diff options
-rw-r--r-- | OpenSim/Addons/Groups/Hypergrid/GroupsServiceHGConnectorModule.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Addons/Groups/Hypergrid/GroupsServiceHGConnectorModule.cs b/OpenSim/Addons/Groups/Hypergrid/GroupsServiceHGConnectorModule.cs index c33168c..4642b2a 100644 --- a/OpenSim/Addons/Groups/Hypergrid/GroupsServiceHGConnectorModule.cs +++ b/OpenSim/Addons/Groups/Hypergrid/GroupsServiceHGConnectorModule.cs | |||
@@ -404,7 +404,7 @@ namespace OpenSim.Groups | |||
404 | url = m_UserManagement.GetUserServerURL(uid, "GroupsServerURI"); | 404 | url = m_UserManagement.GetUserServerURL(uid, "GroupsServerURI"); |
405 | if (url == string.Empty) | 405 | if (url == string.Empty) |
406 | { | 406 | { |
407 | reason = "You don't have have an accessible groups server in your home world. You membership to this group in only within this grid."; | 407 | reason = "You don't have an accessible groups server in your home world. You membership to this group in only within this grid."; |
408 | return true; | 408 | return true; |
409 | } | 409 | } |
410 | 410 | ||