diff -r 800a36a1ca8e -r dc276daadb2c Hardware/TBalancer/TBalancerGroup.cs --- a/Hardware/TBalancer/TBalancerGroup.cs Sun Feb 07 20:59:13 2010 +0000 +++ b/Hardware/TBalancer/TBalancerGroup.cs Mon Feb 08 20:18:25 2010 +0000 @@ -62,7 +62,7 @@ if (serialPort.IsOpen && serialPort.CDHolding && serialPort.CtsHolding) { - report.Append("Port name: "); report.AppendLine(portNames[i]); + report.Append("Port Name: "); report.AppendLine(portNames[i]); serialPort.DiscardInBuffer(); serialPort.DiscardOutBuffer();