summaryrefslogtreecommitdiff
path: root/indra/newview/llgroupmgr.cpp
diff options
context:
space:
mode:
authorBaker Linden <baker@lindenlab.com>2014-04-08 16:34:49 -0700
committerBaker Linden <baker@lindenlab.com>2014-04-08 16:34:49 -0700
commit1ca5dd40765211dc993393caa0003cfa7505c1f5 (patch)
treec28a914aecb8740bc730d831d19d3405ec5e439f /indra/newview/llgroupmgr.cpp
parentc02d80f403efed88b464619c91a165be7c7b88d9 (diff)
[GroupBan] [MAINT-3722] - Banning from 'banned agents' tab does not eject them from the group
- Banning a resident from the "Banned Agents" tab should not properly eject them from the group. - Renamed "Banned Agents" to "Banned Residents". Updated tool tip as well. - You should now receive an eject notification when banning an agent from the "Banned Residents" tab.
Diffstat (limited to 'indra/newview/llgroupmgr.cpp')
-rwxr-xr-xindra/newview/llgroupmgr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llgroupmgr.cpp b/indra/newview/llgroupmgr.cpp
index 290b0d6f15..7288dddd3d 100755
--- a/indra/newview/llgroupmgr.cpp
+++ b/indra/newview/llgroupmgr.cpp
@@ -1905,7 +1905,7 @@ void LLGroupMgr::sendGroupBanRequest( EBanRequestType request_type,
LLSD body = LLSD::emptyMap();
body["ban_action"] = ban_action;
- // Add our list of potential banned agents to the list
+ // Add our list of potential banned residents to the list
body["ban_ids"] = LLSD::emptyArray();
LLSD ban_entry;