diff --git a/BatchProcess.lua b/BatchProcess.lua index a6c3a54..2d424f1 100644 --- a/BatchProcess.lua +++ b/BatchProcess.lua @@ -245,7 +245,7 @@ if bToProcess then end if #vWall == 0 then WALL.ERR = 14 - WALL.MSG = 'Error no beams in the file : ' .. WALL.FILE + WALL.MSG = 'Error no walls in the file : ' .. WALL.FILE WriteErrToLogFile( WALL.ERR, WALL.MSG) PostErrView( WALL.ERR, WALL.MSG) return diff --git a/BatchProcessNew.lua b/BatchProcessNew.lua index 1e69484..469c827 100644 --- a/BatchProcessNew.lua +++ b/BatchProcessNew.lua @@ -230,7 +230,7 @@ if bToProcess then end if #vWall == 0 then WALL.ERR = 14 - WALL.MSG = 'Error no beams in the file : ' .. WALL.FILE + WALL.MSG = 'Error no walls in the file : ' .. WALL.FILE WriteErrToLogFile( WALL.ERR, WALL.MSG) PostErrView( WALL.ERR, WALL.MSG) return