mirror of
https://github.com/penpot/penpot.git
synced 2025-03-11 23:31:21 -05:00
🐛 Add tooltip to button in layout
This commit is contained in:
parent
b30d525400
commit
338b6cdbd6
3 changed files with 7 additions and 0 deletions
|
@ -480,6 +480,7 @@
|
|||
[:button {:class (stl/css-case
|
||||
:padding-toggle true
|
||||
:selected (= type :multiple))
|
||||
:title (tr "workspace.layout_grid.editor.padding.expand")
|
||||
:data-type (d/name type)
|
||||
:on-click on-type-change'}
|
||||
i/padding-extended]]))
|
||||
|
|
|
@ -3520,6 +3520,9 @@ msgstr "Edit grid"
|
|||
msgid "workspace.layout_grid.editor.options.exit"
|
||||
msgstr "Exit"
|
||||
|
||||
msgid "workspace.layout_grid.editor.padding.expand"
|
||||
msgstr "Show 4 sided padding options"
|
||||
|
||||
#: src/app/main/ui/workspace/libraries.cljs
|
||||
msgid "workspace.libraries.add"
|
||||
msgstr "Add"
|
||||
|
|
|
@ -3582,6 +3582,9 @@ msgstr "Editar rejilla"
|
|||
msgid "workspace.layout_grid.editor.options.exit"
|
||||
msgstr "Salir"
|
||||
|
||||
msgid "workspace.layout_grid.editor.padding.expand"
|
||||
msgstr "Mostrar el padding a 4 lados"
|
||||
|
||||
#: src/app/main/ui/workspace/libraries.cljs
|
||||
msgid "workspace.libraries.add"
|
||||
msgstr "Añadir"
|
||||
|
|
Loading…
Add table
Reference in a new issue