diff options
author | Ramzi Ramey <ramzi@lindenlab.com> | 2009-09-10 18:04:31 +0000 |
---|---|---|
committer | Ramzi Ramey <ramzi@lindenlab.com> | 2009-09-10 18:04:31 +0000 |
commit | 3dfa1e4ab9da0d2a5d48ea771877fc16fdd73ad5 (patch) | |
tree | 3478f326e9df289f514aac00d84da76e3ac82880 /indra | |
parent | ccb1d2b1e43369803cf9ab1ffc7deefbac2db8fc (diff) |
add'l EXT-883: add a few needed tooltips to buttons on Build floater
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/skins/default/xui/en/floater_tools.xml | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/indra/newview/skins/default/xui/en/floater_tools.xml b/indra/newview/skins/default/xui/en/floater_tools.xml index b53f4fb99c..9a0b0bcc58 100644 --- a/indra/newview/skins/default/xui/en/floater_tools.xml +++ b/indra/newview/skins/default/xui/en/floater_tools.xml @@ -283,6 +283,7 @@ label_selected="Options" layout="topleft" name="Options..." + tool_tip="Set the Grid Options" width="26" height="22" /> <button @@ -2685,16 +2686,17 @@ layout="topleft" left_delta="0" name="checkbox show owners" - tool_tip="Color parcels by owner" + tool_tip="Colorize the parcels according to the type of owner" top_pad="8" width="205" /> - <button - image_overlay="Arrow_Right_Off" - picture_style="true" + <button + image_overlay="Arrow_Right_Off" + picture_style="true" left_pad="5" name="button show owners help" - width="26" - height="22" /> + tool_tip="See an explanation of colors" + width="26" + height="22" /> <text type="string" length="1" |