diff --git a/Translations/Translations.pot b/Translations/Translations.pot index eff2c2f7b..2cba58b78 100644 --- a/Translations/Translations.pot +++ b/Translations/Translations.pot @@ -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:" diff --git a/src/UI/Dialogs/PreviewDialog.tscn b/src/UI/Dialogs/PreviewDialog.tscn index d92ba8cfc..595c97bb5 100644 --- a/src/UI/Dialogs/PreviewDialog.tscn +++ b/src/UI/Dialogs/PreviewDialog.tscn @@ -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:"