From d744a7cceb138abc4ec379d1379908b825ecd8c8 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Fri, 3 Nov 2023 21:55:38 +1000 Subject: [PATCH] Add tooltip to mask editor button --- ftl/core/editing.ftl | 2 +- ts/editor/editor-toolbar/ImageOcclusionButton.svelte | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ftl/core/editing.ftl b/ftl/core/editing.ftl index 21ed6795a..b833d39aa 100644 --- a/ftl/core/editing.ftl +++ b/ftl/core/editing.ftl @@ -92,8 +92,8 @@ editing-image-occlusion-rectangle-tool = Rectangle editing-image-occlusion-ellipse-tool = Ellipse editing-image-occlusion-polygon-tool = Polygon editing-image-occlusion-text-tool = Text +editing-image-occlusion-toggle-mask-editor = Toggle Mask Editor - ## You don't need to translate these strings, as they will be replaced with different ones soon. editing-html-editor = HTML Editor diff --git a/ts/editor/editor-toolbar/ImageOcclusionButton.svelte b/ts/editor/editor-toolbar/ImageOcclusionButton.svelte index 3b17ad121..6f018fe91 100644 --- a/ts/editor/editor-toolbar/ImageOcclusionButton.svelte +++ b/ts/editor/editor-toolbar/ImageOcclusionButton.svelte @@ -3,6 +3,7 @@ Copyright: Ankitects Pty Ltd and contributors License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html -->