From 4212b46835c2712252bd8f97303a828b7f288eae Mon Sep 17 00:00:00 2001 From: Eva Marco Date: Tue, 26 Mar 2024 09:04:38 +0100 Subject: [PATCH] :bug: Add tooltip to select elements by color --- .../app/main/ui/workspace/sidebar/options/rows/color_row.cljs | 1 + frontend/translations/en.po | 4 ++++ frontend/translations/es.po | 4 ++++ 3 files changed, 9 insertions(+) diff --git a/frontend/src/app/main/ui/workspace/sidebar/options/rows/color_row.cljs b/frontend/src/app/main/ui/workspace/sidebar/options/rows/color_row.cljs index 31dd285cb4..dcbabace67 100644 --- a/frontend/src/app/main/ui/workspace/sidebar/options/rows/color_row.cljs +++ b/frontend/src/app/main/ui/workspace/sidebar/options/rows/color_row.cljs @@ -268,6 +268,7 @@ :on-click on-remove} i/remove-icon]) (when select-only [:button {:class (stl/css :select-btn) + :title (tr "settings.select-this-color") :on-click handle-select} i/move])])) diff --git a/frontend/translations/en.po b/frontend/translations/en.po index dd5e69fea6..52ee7dd657 100644 --- a/frontend/translations/en.po +++ b/frontend/translations/en.po @@ -2527,6 +2527,10 @@ msgstr "Detach" msgid "settings.multiple" msgstr "Mixed" +#: src/app/main/ui/workspace/sidebar/options/rows/color_row.cljs +msgid "settings.select-this-color" +msgstr "Select items using this style" + # SECTIONS msgid "shortcut-section.basics" msgstr "Basics" diff --git a/frontend/translations/es.po b/frontend/translations/es.po index 601bd792f4..8195efe3b0 100644 --- a/frontend/translations/es.po +++ b/frontend/translations/es.po @@ -2573,6 +2573,10 @@ msgstr "Desacoplar" msgid "settings.multiple" msgstr "Varios" +#: src/app/main/ui/workspace/sidebar/options/rows/color_row.cljs +msgid "settings.select-this-color" +msgstr "Seleccionar elementos que usan este estilo" + # SECTIONS msgid "shortcut-section.basics" msgstr "Básicos"