Cycle nr changed to Batch nr in printouts, saved data

This commit is contained in:
Milan Hanajik 2015-02-03 11:08:12 +01:00
parent 64253e1985
commit 338a1f2d49
2 changed files with 2 additions and 2 deletions

View File

@ -125,7 +125,7 @@ namespace TBF.BenchControl.ResultsPrinters.Basic
string[] leftColumn = new string[]
{
"Cycle number: ",
"Batch number: ",
"Date and time: ",
"Procedure:",
Strings.User_,

View File

@ -131,7 +131,7 @@ namespace TBF.BenchControl.ResultsWriters.Basic
string[] leftColumn = new string[]
{
"Cycle number: ",
"Batch number: ",
"Date and time: ",
"Procedure:",
Strings.User_,