From 4d35b6eeac09b6558602281b7a2531eb46670508 Mon Sep 17 00:00:00 2001 From: Casper <71441748+Kaparrs@users.noreply.github.com> Date: Fri, 13 Jun 2025 11:20:26 +0300 Subject: [PATCH] fix(send2ue/properties): Missing space --- src/addons/send2ue/properties.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/addons/send2ue/properties.py b/src/addons/send2ue/properties.py index 3ea0ac4a..7bc2be49 100644 --- a/src/addons/send2ue/properties.py +++ b/src/addons/send2ue/properties.py @@ -168,7 +168,7 @@ class Send2UeSceneProperties(property_class): PathModes.SEND_TO_PROJECT.value, 'Send to Project', ( - 'Sends the intermediate files to a temporary location on disk and then imports them into' + 'Sends the intermediate files to a temporary location on disk and then imports them into ' 'the Unreal Project. This does not require any extra configuration, but might not be ideal if ' 'your intermediate files need to be under source control.' ),