Some cleanup to that and missing files

This commit is contained in:
Siana Gearz
2011-02-24 15:15:56 +01:00
parent d2896a0947
commit c95c83242a
4 changed files with 369 additions and 94 deletions

View File

@@ -1245,11 +1245,11 @@ BOOL LLWorldMapView::handleToolTip( S32 x, S32 y, std::string& msg, LLRect* stic
if (agent_count == 1)
{
message += "person";
message += "avatar";
}
else
{
message += "people";
message += "avatars";
}
}
}