From 6ee6a03e4af40e313fb397d7b8829497a5cb0e31 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Mon, 26 Jul 2021 12:08:24 +0200 Subject: [PATCH] =?UTF-8?q?Revert=20"Update=20and=20rename=20frontend/src/?= =?UTF-8?q?app/main/ui/workspace/viewport/path=5Factions.cljs=20to=20?= =?UTF-8?q?=E5=89=8D=E7=AB=AF=20/src=20/app=20/main=20/ui=20/=E5=B7=A5?= =?UTF-8?q?=E4=BD=9C=E5=8C=BA=20/=E8=A7=86=E5=8F=A3=20/path=5Factions.cljs?= =?UTF-8?q?"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 9d372301edf3a8fdc503b891b554222447f16bcb. --- .../src/app/main/ui/workspace/viewport}/path_actions.cljs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename {前端 /src /app /main /ui /工作区 /视口 => frontend/src/app/main/ui/workspace/viewport}/path_actions.cljs (100%) diff --git a/前端 /src /app /main /ui /工作区 /视口 /path_actions.cljs b/frontend/src/app/main/ui/workspace/viewport/path_actions.cljs similarity index 100% rename from 前端 /src /app /main /ui /工作区 /视口 /path_actions.cljs rename to frontend/src/app/main/ui/workspace/viewport/path_actions.cljs index 1aef9a82f..f6d85e32c 100644 --- a/前端 /src /app /main /ui /工作区 /视口 /path_actions.cljs +++ b/frontend/src/app/main/ui/workspace/viewport/path_actions.cljs @@ -108,14 +108,14 @@ ;; Draw Mode [:div.viewport-actions-entry.tooltip.tooltip-bottom {:class (when (= edit-mode :draw) "is-toggled") - :alt (tr "workspace.path.actions.draw-nodes" (sc/get-tooltip :draw-nodes)) + :alt (tr "workspace.path.actions.move-nodes" (sc/get-tooltip :move-nodes)) :on-click on-select-draw-mode} i/pen] ;; Edit mode [:div.viewport-actions-entry.tooltip.tooltip-bottom {:class (when (= edit-mode :move) "is-toggled") - :alt (tr "workspace.path.actions.move-nodes" (sc/get-tooltip :move-nodes)) + :alt (tr "workspace.path.actions.draw-nodes" (sc/get-tooltip :draw-nodes)) :on-click on-select-edit-mode} i/pointer-inner]]