"\\n" does not get converted to "\n" at run time. Solution -- use "\n" instead (which is a single character)
You shouldn't have been using multiple characters to specify a line break anyway. Either hit Enter to create a new line in inspector, or "\n" in code.