mirror of
https://github.com/penpot/penpot.git
synced 2025-02-12 18:18:24 -05:00
✨ Rename grid to guides
This commit is contained in:
parent
c13ec3a1e0
commit
b05f48ca5f
3 changed files with 8 additions and 2 deletions
|
@ -417,8 +417,8 @@
|
|||
[:& title-bar {:collapsable? has-frame-grids?
|
||||
:collapsed? (not open?)
|
||||
:on-collapsed toggle-content
|
||||
:class (stl/css-case :title-spacing-board-grid (not has-frame-grids?))
|
||||
:title (tr "workspace.options.grid.grid-title")}
|
||||
:class (stl/css-case :title-spacing-board-grid (not has-frame-grids?))
|
||||
:title (tr "workspace.options.guides.title")}
|
||||
|
||||
[:button {:on-click handle-create-grid
|
||||
:class (stl/css :add-grid)}
|
||||
|
|
|
@ -5046,3 +5046,6 @@ msgstr "Gradient"
|
|||
|
||||
msgid "media.choose-image"
|
||||
msgstr "Choose image"
|
||||
|
||||
msgid "workspace.options.guides.title"
|
||||
msgstr "Guides"
|
||||
|
|
|
@ -5140,3 +5140,6 @@ msgstr "Gradiente"
|
|||
|
||||
msgid "media.choose-image"
|
||||
msgstr "Elegir imagen"
|
||||
|
||||
msgid "workspace.options.guides.title"
|
||||
msgstr "Guías"
|
||||
|
|
Loading…
Add table
Reference in a new issue