diff options
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/skins/default/xui/en/panel_people.xml | 24 |
1 files changed, 13 insertions, 11 deletions
diff --git a/indra/newview/skins/default/xui/en/panel_people.xml b/indra/newview/skins/default/xui/en/panel_people.xml index 39a46829b9..ed274d0233 100644 --- a/indra/newview/skins/default/xui/en/panel_people.xml +++ b/indra/newview/skins/default/xui/en/panel_people.xml @@ -396,16 +396,6 @@ Looking for people to hang out with? Try the [secondlife:///app/worldmap World M *NOTE: no_groups_msg & group_list attributes are not defined as translatable in VLT. See EXT-5931 Values are set from appropriate strings at the top of file via LLPeoplePanel::postBuild() --> - <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 follows="left|top|right" height="27" @@ -490,10 +480,22 @@ You belong to [COUNT] groups, and can join [REMAINING] more. function="People.Group.Minus" /> </dnd_button> </panel> + <text + type="string" + length="1" + follows="all" + height="14" + layout="topleft" + right="-10" + top_pad="4" + left="3" + name="groupcount"> + You belong to [COUNT] groups, and can join [REMAINING] more. + </text> <group_list allow_select="true" follows="all" - height="406" + height="388" layout="topleft" left="3" name="group_list" |