Subj : text/system.msg To : Git commit to main/sbbs/master From : Rob Swindell Date : Wed Jan 27 2021 02:11 pm https://gitlab.synchro.net/main/sbbs/-/commit/0ff5007f63ce42e15de3b11f Modified Files: text/system.msg Log Message: Use pipe separator for @-code formatting arguments instead of dash As reported by Gamgee (PALANT), the MAILW:0 and MAIL:1 lines didn't display correctly (weren't justified) because of the combination of colons and dash. Using MAILW#0-L and MAILW#1-L (replacing colons with hash, ugh) would have also fixed the issue, but the pipe is the newly preferred method of @-code format arguments, so just do that through-out the file, leaving the colons. Help save the colons! .