summaryrefslogtreecommitdiffstats
path: root/Studio/Content/Behavior Library/CopyTransform.qml
diff options
context:
space:
mode:
Diffstat (limited to 'Studio/Content/Behavior Library/CopyTransform.qml')
-rw-r--r--Studio/Content/Behavior Library/CopyTransform.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Studio/Content/Behavior Library/CopyTransform.qml b/Studio/Content/Behavior Library/CopyTransform.qml
index 451525b3..576459c4 100644
--- a/Studio/Content/Behavior Library/CopyTransform.qml
+++ b/Studio/Content/Behavior Library/CopyTransform.qml
@@ -81,7 +81,7 @@
<Property name="sclZ" formalName="Z" type="Boolean" default="True" description="Z scale of target">
<ShowIfEqual property="sclMode" value="True" />
</Property>
- <Property name="startImmediately" formalName="Start Immediately?" type="Boolean" default="True" publishLevel="Advanced" description="Start immediately, or wait for the Enable action to be called?" />
+ <Property name="startImmediately" formalName="Start Immediately?" type="Boolean" default="True" publishLevel="Advanced" description="Start immediately, or wait for\nthe Enable action to be called?" />
<Handler name="start" formalName="Start" category="CopyTransform" description="Begin copying the transform" />
<Handler name="stop" formalName="Stop" category="CopyTransform" description="Stop copying the transform" />
]]*/