Adjust Text

This commit is contained in:
Metachs 2024-08-25 18:38:07 -04:00
parent 073c1b2b78
commit b4c84a8351

View file

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