mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-01-30 23:19:49 +00:00
Add px suffix in PreviewDialog and new string in Translations.pot
This commit is contained in:
parent
87acad1b0a
commit
332a06fb5e
|
@ -410,6 +410,10 @@ msgstr ""
|
|||
msgid "Images which crossed the threshold will get merged into a larger image, if they are within this distance"
|
||||
msgstr ""
|
||||
|
||||
#. A button that, when pressed, refreshes something. Used to apply certain settings again after they changed. Currently it's only used in the preview image dialog, which appears when importing an image file. This option appears when the image is being imported as a spritesheet, if "smart slice" is enabled.
|
||||
msgid "Refresh"
|
||||
msgstr ""
|
||||
|
||||
msgid "Start frame:"
|
||||
msgstr ""
|
||||
|
||||
|
|
|
@ -146,6 +146,7 @@ min_value = 1.0
|
|||
value = 10.0
|
||||
allow_greater = true
|
||||
prefix = "Threshold:"
|
||||
suffix = "px"
|
||||
|
||||
[node name="MergeDist" parent="VBoxContainer/HBoxContainer/SpritesheetTabOptions/Smart" instance=ExtResource( 2 )]
|
||||
margin_left = 199.0
|
||||
|
@ -153,6 +154,7 @@ margin_right = 394.0
|
|||
hint_tooltip = "Images which crossed the threshold will get merged into a larger image, if they are within this distance"
|
||||
value = 3.0
|
||||
prefix = "Merge distance:"
|
||||
suffix = "px"
|
||||
|
||||
[node name="Slice" type="Button" parent="VBoxContainer/HBoxContainer/SpritesheetTabOptions/Smart"]
|
||||
margin_left = 398.0
|
||||
|
|
Loading…
Reference in a new issue