Skip to content
Snippets Groups Projects
Commit 5d84f130 authored by Jonathan Wilkes's avatar Jonathan Wilkes
Browse files

fix tooltip display for gatom dialog and improve tip for label position

parent ebd189cb
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
......@@ -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",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment