From 5d84f1309d27fe9c2ae9fb169a8051ae712db10f Mon Sep 17 00:00:00 2001
From: Jonathan Wilkes <jon.w.wilkes@gmail.com>
Date: Wed, 7 Dec 2016 11:42:50 -0500
Subject: [PATCH] fix tooltip display for gatom dialog and improve tip for
 label position

---
 pd/nw/dialog_gatom.html           | 9 ++++++---
 pd/nw/locales/en/translation.json | 2 +-
 2 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/pd/nw/dialog_gatom.html b/pd/nw/dialog_gatom.html
index 2e14b3c59..4674bda38 100644
--- a/pd/nw/dialog_gatom.html
+++ b/pd/nw/dialog_gatom.html
@@ -51,7 +51,8 @@
                 <span data-i18n="iem.prop.send"></span>
               </label>
             </td>
-            <td colspan="3">
+            <td colspan="3"
+                data-i18n="[title]iem.prop.send_tt">
               <input type="text" id="send_symbol" name="send_symbol"
                      onchange="update_attr(this);">
             </td>
@@ -62,7 +63,8 @@
                 <span data-i18n="iem.prop.receive"></span>
               </label>
             </td>
-            <td colspan="3">
+            <td colspan="3"
+                data-i18n="[title]iem.prop.receive_tt">
             <input type="text" id="receive_symbol" name="receive_symbol"
                    onchange="update_attr(this);">
             </td>
@@ -73,7 +75,8 @@
                 <span data-i18n="gatom.prop.label"></span>
               </label>
             </td>
-            <td colspan="3">
+            <td colspan="3"
+                data-i18n="[title]gatom.prop.label_tt">
               <input type="text" id="label" name="label"
                      onchange="update_attr(this)">
             </td>
diff --git a/pd/nw/locales/en/translation.json b/pd/nw/locales/en/translation.json
index 70c0a9ad3..094e2df29 100644
--- a/pd/nw/locales/en/translation.json
+++ b/pd/nw/locales/en/translation.json
@@ -80,7 +80,7 @@
       "label_right": "right",
       "label_tt": "text label to display next to this object",
       "labelpos": "label position",
-      "labelpos_tt": "position the label to the left or right of the object",
+      "labelpos_tt": "position the text label relative to the widget",
       "label_top": "top",
       "label_bottom": "bottom",
       "label_left": "left",
-- 
GitLab