瀏覽代碼

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

Romain Rigaux 7 年之前
父節點
當前提交
6eff97a
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      desktop/core/src/desktop/templates/common_notebook_ko_components.mako

+ 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>