[Workshop] Export makes new lines within strings

In the following code: HSCFE

Copying the last action of the 3rd rule (“display human menu”) will output this:

actions
{
    Create HUD Text(Event Player, Null, Null, String("{0} - {1}", 11, String("{0} {1}", String("Buy", Null, Null, Null), String(
        "{0} {1}", String("{0} {1}", String("Teammate", Null, Null, Null), String("Resurrect", Null, Null, Null), Null), String("({0})
        ", Add(275, Multiply(3, Global Variable(Z))), Null, Null), Null), Null), Null), Right, 11, White, White, White,
        Visible To and String);
}

This cannot be pasted back as it adds a new line within the string.