Skip to content

Commit b29a122

Browse files
committed
Fixed typo.
1 parent a897f45 commit b29a122

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Assets/JCSUnity/Scripts/GUI/Text/JCS_TextAnimation.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,11 @@ public class JCS_TextAnimation
5252

5353
[Header("** Runtime Variables (JCS_TextAnimation) **")]
5454

55-
[Tooltip("Timer active or not active.")]
55+
[Tooltip("Animation active or not active.")]
5656
[SerializeField]
5757
private bool mActive = true;
5858

59-
[Tooltip("Hold All text animation's frame.")]
59+
[Tooltip("Hold all text animation's frame.")]
6060
[TextArea]
6161
public List<string> textFrame = null;
6262

0 commit comments

Comments
 (0)