diff options
author | Dave Parks <davep@lindenlab.com> | 2010-10-07 14:00:43 -0500 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2010-10-07 14:00:43 -0500 |
commit | b70ccfe8e31cd253069a6e0ae0ec03e301d26578 (patch) | |
tree | 3c0a9311788b99dcf343f43f163d28fa17ffbf3e /indra/newview/skins/default | |
parent | e83b815c0fff09cd7d0d4c0198ed7bdc1fa296ad (diff) |
Add pure physics cost to UI
Diffstat (limited to 'indra/newview/skins/default')
-rw-r--r-- | indra/newview/skins/default/xui/en/floater_tools.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/indra/newview/skins/default/xui/en/floater_tools.xml b/indra/newview/skins/default/xui/en/floater_tools.xml index 2e3349dbe8..7dca22fd5a 100644 --- a/indra/newview/skins/default/xui/en/floater_tools.xml +++ b/indra/newview/skins/default/xui/en/floater_tools.xml @@ -747,8 +747,9 @@ top_delta="0" right="-10" name="linked_set_cost" + tool_tip="Cost of currently selected linked sets as [prims],[physics complexity]" width="80"> - Cost: [COST] + Cost: [COST] / [PHYSICS] </text> <text text_color="LtGray_50" @@ -773,8 +774,9 @@ top_delta="0" right="-10" name="object_cost" + tool_tip="Cost of currently selected objects as [prims] / [physics complexity]" width="80"> - Cost: [COST] + Cost: [COST] / [PHYSICS] </text> <!-- <text --> <!-- text_color="LtGray_50" --> |