diff options
Diffstat (limited to 'indra/newview/skins/default/xui/en')
-rw-r--r-- | indra/newview/skins/default/xui/en/floater_tools.xml | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/indra/newview/skins/default/xui/en/floater_tools.xml b/indra/newview/skins/default/xui/en/floater_tools.xml index 05d47506db..b99a8b6228 100644 --- a/indra/newview/skins/default/xui/en/floater_tools.xml +++ b/indra/newview/skins/default/xui/en/floater_tools.xml @@ -788,35 +788,35 @@ name="linked_set_count" top="144" width="80"> - Linked Sets: [COUNT] + L: [COUNT] </text> <text text_color="LtGray_50" type="string" length="1" - height="10" follows="left|top" halign="right" layout="topleft" top_delta="0" - right="-8" - name="linked_set_cost" - tool_tip="Cost of currently selected linked sets as [prims],[physics complexity]" + right="-100" + name="object_count" width="80"> - Cost: [COST] / [PHYSICS] + O: [COUNT] </text> <text text_color="LtGray_50" type="string" length="1" + height="10" follows="left|top" halign="right" layout="topleft" - top_pad="5" - right="-120" - name="object_count" + top_delta="0" + right="-8" + name="linked_set_cost" + tool_tip="Cost of currently selected linked sets as [prims],[physics complexity]" width="80"> - Objects: [COUNT] + Cost: [COST] / [PHYSICS] </text> <text text_color="LtGray_50" @@ -825,7 +825,7 @@ follows="left|top" halign="right" layout="topleft" - top_delta="0" + top_pad="5" right="-8" name="object_cost" tool_tip="Cost of currently selected objects as [prims] / [physics complexity]" |