From e63b498902921390755219c1c1d5d0f94b0351ab Mon Sep 17 00:00:00 2001 From: "luca.mazzoleni" Date: Tue, 16 May 2023 16:42:32 +0200 Subject: [PATCH] piccola correzione messaggio --- BatchProcess.lua | 2 +- BatchProcessNew.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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