mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-02-20 12:33:14 +00:00
Change hint tooltip of "merge distance" in the preview dialog
This commit is contained in:
parent
346a416094
commit
87acad1b0a
2 changed files with 3 additions and 3 deletions
|
@ -402,12 +402,12 @@ msgstr ""
|
|||
msgid "Images that have any one side smaller than this value will cross the threshold"
|
||||
msgstr ""
|
||||
|
||||
#. Found 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.
|
||||
#. Found 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. Merge is an adjective, it refers to the distance where images get merged.
|
||||
msgid "Merge distance:"
|
||||
msgstr ""
|
||||
|
||||
#. Found 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. Hint tooltip of the "Merge distance" value slider.
|
||||
msgid "Images will get merged to the larger image that has crossed the threshold, if they are within this distance"
|
||||
msgid "Images which crossed the threshold will get merged into a larger image, if they are within this distance"
|
||||
msgstr ""
|
||||
|
||||
msgid "Start frame:"
|
||||
|
|
|
@ -150,7 +150,7 @@ prefix = "Threshold:"
|
|||
[node name="MergeDist" parent="VBoxContainer/HBoxContainer/SpritesheetTabOptions/Smart" instance=ExtResource( 2 )]
|
||||
margin_left = 199.0
|
||||
margin_right = 394.0
|
||||
hint_tooltip = "Images will get merged to the larger image that has crossed the threshold, if they are within this distance"
|
||||
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:"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue