mirror of
https://github.com/penpot/penpot.git
synced 2025-05-19 23:26:11 +02:00
✨Improves tooltip content for Corner and Padding options (#2971)
✨Improves tooltip content for Corner and Padding options Closes #2964 Signed-off-by: Prithvi Tharun <ptrithu8@gmail.com>
This commit is contained in:
parent
fd673b39a4
commit
c6ad8ee110
2 changed files with 2 additions and 2 deletions
|
@ -249,7 +249,7 @@
|
||||||
[:div.padding-icons
|
[:div.padding-icons
|
||||||
[:div.padding-icon.tooltip.tooltip-bottom-left
|
[:div.padding-icon.tooltip.tooltip-bottom-left
|
||||||
{:class (dom/classnames :selected (= padding-type :multiple))
|
{:class (dom/classnames :selected (= padding-type :multiple))
|
||||||
:alt "Padding - multiple"
|
:alt "Independent paddings"
|
||||||
:on-click #(on-change-style (if (= padding-type :multiple) :simple :multiple))}
|
:on-click #(on-change-style (if (= padding-type :multiple) :simple :multiple))}
|
||||||
i/auto-padding-side]]]))
|
i/auto-padding-side]]]))
|
||||||
|
|
||||||
|
|
|
@ -3829,7 +3829,7 @@ msgstr "All corners"
|
||||||
|
|
||||||
#: src/app/main/ui/workspace/sidebar/options/menus/measures.cljs
|
#: src/app/main/ui/workspace/sidebar/options/menus/measures.cljs
|
||||||
msgid "workspace.options.radius.single-corners"
|
msgid "workspace.options.radius.single-corners"
|
||||||
msgstr "Individual corners"
|
msgstr "Independent corners"
|
||||||
|
|
||||||
msgid "workspace.options.recent-fonts"
|
msgid "workspace.options.recent-fonts"
|
||||||
msgstr "Recent"
|
msgstr "Recent"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue