From 3dfa1e4ab9da0d2a5d48ea771877fc16fdd73ad5 Mon Sep 17 00:00:00 2001
From: Ramzi Ramey <ramzi@lindenlab.com>
Date: Thu, 10 Sep 2009 18:04:31 +0000
Subject: [PATCH] add'l EXT-883: add a few needed tooltips to buttons on Build
 floater

---
 .../newview/skins/default/xui/en/floater_tools.xml | 14 ++++++++------
 1 file 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 b53f4fb99c0..9a0b0bcc584 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"
-- 
GitLab