Browse Source

HUE-7998 [editor] Add bit of styling to the click section of the inline help

Romain Rigaux 7 years ago
parent
commit
6eff97a

+ 2 - 2
desktop/core/src/desktop/templates/common_notebook_ko_components.mako

@@ -632,8 +632,8 @@ except ImportError, e:
                 <li>
                   <b>${ _('Right Click')}</b>
                   <div>${ _('Right clicking on an element of a query will bring up the appropriate browser for that element.')}</div>
-                  <div>${ _('Items that are right clickable highlight when mousing over them.')}</div>
-                  <div>${ _('e.g.: column names, table names, *')}</div>
+                  <div>${ _('Clickable items are highlighted on mouse hover.')}</div>
+                  <div><span class="muted">${ _('e.g.: function, column, table names, SELECT *') }</span></div>
                 </li>
                 <li>
                   <b>${ _('Single Click')}</b>