diff options
author | Ansariel <none@none> | 2013-11-02 21:57:06 +0100 |
---|---|---|
committer | Ansariel <none@none> | 2013-11-02 21:57:06 +0100 |
commit | e3739edeff2e872ecee5f4dc29247f09db1ed87c (patch) | |
tree | 5263197843b11c420e4157196c702a21e5afaab0 /indra/newview/skins/default/xui/en | |
parent | d61c6ad48ba10dad54d155fd16a652b773c27637 (diff) |
BUG-3764: Groups count in groups list does not display if floater is resized
Diffstat (limited to 'indra/newview/skins/default/xui/en')
-rwxr-xr-x | indra/newview/skins/default/xui/en/panel_people.xml | 3 |
1 files changed, 2 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 dc0e4a5947..d2caf63052 100755 --- a/indra/newview/skins/default/xui/en/panel_people.xml +++ b/indra/newview/skins/default/xui/en/panel_people.xml @@ -500,12 +500,13 @@ Looking for people to hang out with? Try the [secondlife:///app/worldmap World M <text type="string" length="1" - follows="all" + follows="left|top|right" height="14" layout="topleft" right="-10" top_pad="4" left="3" + use_ellipses="true" name="groupcount"> You belong to [COUNT] groups, and can join [REMAINING] more. </text> |