diff options
author | Justin Clark-Casey (justincc) | 2013-08-13 20:13:12 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2013-08-13 20:13:12 +0100 |
commit | e311f902ffeb0c1f36d6d4288e65d965d13a9fbe (patch) | |
tree | 2b738575bdcdef387873e1fa5cd7d55757625997 /OpenSim/Addons/Groups | |
parent | Remove exception when printing error for failure removing script state. (diff) | |
download | opensim-SC_OLD-e311f902ffeb0c1f36d6d4288e65d965d13a9fbe.zip opensim-SC_OLD-e311f902ffeb0c1f36d6d4288e65d965d13a9fbe.tar.gz opensim-SC_OLD-e311f902ffeb0c1f36d6d4288e65d965d13a9fbe.tar.bz2 opensim-SC_OLD-e311f902ffeb0c1f36d6d4288e65d965d13a9fbe.tar.xz |
minor: Eliminate one of the duplicate 'have's in the HG message telling the user if no GroupsServerURI has been given in user data by the home grid
Diffstat (limited to 'OpenSim/Addons/Groups')
-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 | ||