Browse Source

change tooltip

trethaller 4 năm trước cách đây
mục cha
commit
b27c3d0d49
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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>