From b4c84a83519bcd27e420c31e5ab15a543d665c81 Mon Sep 17 00:00:00 2001 From: Metachs <123@example.org> Date: Sun, 25 Aug 2024 18:38:07 -0400 Subject: [PATCH] Adjust Text --- js/ui/tool/select.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/ui/tool/select.js b/js/ui/tool/select.js index e8db523..59a0193 100644 --- a/js/ui/tool/select.js +++ b/js/ui/tool/select.js @@ -957,8 +957,8 @@ const selectTransformTool = () => // Clear Button const applyClearButton = document.createElement("button"); applyClearButton.classList.add("button", "tool"); - applyClearButton.textContent = "Clear and Apply"; - applyClearButton.title = "Erases everything in the current layer other than the selection (Shift+Delete)"; + applyClearButton.textContent = "Erase Outside"; + applyClearButton.title = "Erases everything in the current layer outside the selection (Shift+Delete)"; applyClearButton.onclick = () => { state.applyTransform(false,true,false,false); }; // Erase Button