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

This commit is contained in:
Justin Clark-Casey (justincc)
2013-08-13 20:13:12 +01:00
parent a90351cd2c
commit e311f902ff

View File

@@ -404,7 +404,7 @@ namespace OpenSim.Groups
url = m_UserManagement.GetUserServerURL(uid, "GroupsServerURI");
if (url == string.Empty)
{
reason = "You don't have have an accessible groups server in your home world. You membership to this group in only within this grid.";
reason = "You don't have an accessible groups server in your home world. You membership to this group in only within this grid.";
return true;
}