diff options
author | Oz Linden <oz@lindenlab.com> | 2013-03-19 15:21:16 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2013-03-19 15:21:16 -0400 |
commit | ca17a74f1848b16b8a4f2412ed093aef4bad5830 (patch) | |
tree | 661f4cc37db2c6813d5390517defdc8e91a50fb5 /indra/newview/skins | |
parent | e87000ba0750e55d9d6b55feccc4124f5d2b4b74 (diff) | |
parent | 80ae45238b3312fd4fdf6730116341f8c1d5d6e4 (diff) |
merge changes for storm-1910
Diffstat (limited to 'indra/newview/skins')
-rw-r--r-- | indra/newview/skins/default/xui/en/panel_people.xml | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/indra/newview/skins/default/xui/en/panel_people.xml b/indra/newview/skins/default/xui/en/panel_people.xml index 98c7c49ff4..4383c83a5c 100644 --- a/indra/newview/skins/default/xui/en/panel_people.xml +++ b/indra/newview/skins/default/xui/en/panel_people.xml @@ -434,12 +434,22 @@ Looking for people to hang out with? Try the [secondlife:///app/worldmap World M <group_list allow_select="true" follows="all" - height="356" + height="340" layout="topleft" left="3" name="group_list" top="0" width="307" /> + <text + type="string" + length="1" + follows="left|bottom" + height="14" + layout="topleft" + right="-10" + name="groupcount"> +You belong to [COUNT] groups, and can join [REMAINING] more. + </text> <panel background_visible="true" follows="left|right|bottom" |