浏览代码

change tooltip

trethaller 4 年之前
父节点
当前提交
b27c3d0d49
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      hide/view/Prefab.hx

+ 2 - 2
hide/view/Prefab.hx

@@ -315,10 +315,10 @@ class Prefab extends FileView {
 									<div class="icon fa fa-reply-all"></div>
 								</div>
 
-								<div class="button combine-btn layout-btn" title="Move to bottom of tree">
+								<div class="button combine-btn layout-btn" title="Toggle columns layout">
 									<div class="icon fa fa-compress"></div>
 								</div>
-								<div class="button separate-btn layout-btn" title="Move to own column">
+								<div class="button separate-btn layout-btn" title="Toggle columns layout">
 									<div class="icon fa fa-expand"></div>
 								</div>