diff options
Diffstat (limited to 'indra/newview')
| -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"  | 
