mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-01-18 17:19:50 +00:00
Added a missing comma on a string
This commit is contained in:
parent
c54b74f829
commit
097367ac45
|
@ -848,7 +848,7 @@ msgstr ""
|
|||
msgid "Draw over Tile Mode:"
|
||||
msgstr ""
|
||||
|
||||
msgid "If disabled grid will be drawn only over the original image"
|
||||
msgid "If disabled, the grid will be drawn only over the original image"
|
||||
msgstr ""
|
||||
|
||||
msgid "Grid color:"
|
||||
|
|
|
@ -433,7 +433,7 @@ margin_top = -99.0
|
|||
margin_right = 131.0
|
||||
margin_bottom = -85.0
|
||||
rect_min_size = Vector2( 110, 0 )
|
||||
hint_tooltip = "If disabled grid will be drawn only over the original image"
|
||||
hint_tooltip = "If disabled, the grid will be drawn only over the original image"
|
||||
mouse_filter = 0
|
||||
text = "Draw over Tile Mode:"
|
||||
|
||||
|
@ -442,7 +442,7 @@ margin_left = 114.0
|
|||
margin_top = -104.0
|
||||
margin_right = 161.0
|
||||
margin_bottom = -80.0
|
||||
hint_tooltip = "If disabled grid will be drawn only over the original image"
|
||||
hint_tooltip = "If disabled, the grid will be drawn only over the original image"
|
||||
mouse_default_cursor_shape = 2
|
||||
text = "On"
|
||||
|
||||
|
|
Loading…
Reference in a new issue