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

0.7.6-extended
Justin Clark-Casey (justincc) 2013-08-13 20:13:12 +01:00
parent a90351cd2c
commit e311f902ff
1 changed files with 1 additions and 1 deletions

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;
}