I have a message string created in Message Pool.
The message is "Hello World! How do you do?"
Is there a way that I can break this message into 2 lines?
I would like it to display like this:-
Hello World!
How do you do?