Remove odd concat from PrintTable (#1714)
* Remove odd concat from PrintTable
Seperate Msg instead of concat, also add Msg as local in the function to prevent checking the global all the time.
The odd concat is ":" .. "\n" why not just go ":\n" then? While we are add it just patch the function up a little.
* Apply CornerPin's suggestion