mirror of
https://github.com/penpot/penpot.git
synced 2026-03-03 16:54:19 +00:00
🐛 Add tooltip to the locate button
This commit is contained in:
committed by
Andrey Antukh
parent
fb2c4c9c3a
commit
bf6e467abf
@@ -1313,7 +1313,8 @@
|
||||
:on-change on-row-justify-change}]
|
||||
|
||||
[:button {:on-click handle-locate-grid
|
||||
:class (stl/css :locate-button)}
|
||||
:class (stl/css :locate-button)
|
||||
:title (tr "workspace.layout_grid.editor.top-bar.locate.tooltip")}
|
||||
i/locate-refactor]]
|
||||
|
||||
[:div {:class (stl/css :row)}
|
||||
|
||||
@@ -3508,6 +3508,9 @@ msgstr "Editing grid"
|
||||
msgid "workspace.layout_grid.editor.top-bar.locate"
|
||||
msgstr "Locate"
|
||||
|
||||
msgid "workspace.layout_grid.editor.top-bar.locate.tooltip"
|
||||
msgstr "Locate grid layout"
|
||||
|
||||
msgid "workspace.layout_grid.editor.top-bar.done"
|
||||
msgstr "Done"
|
||||
|
||||
|
||||
@@ -3570,6 +3570,9 @@ msgstr "Editando rejilla"
|
||||
msgid "workspace.layout_grid.editor.top-bar.locate"
|
||||
msgstr "Mostrar"
|
||||
|
||||
msgid "workspace.layout_grid.editor.top-bar.locate.tooltip"
|
||||
msgstr "Mostrar grid layout"
|
||||
|
||||
msgid "workspace.layout_grid.editor.top-bar.done"
|
||||
msgstr "Hecho"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user