coverity issue cid 305102

This commit is contained in:
Mark Ganson TheMarkster
2020-07-21 16:38:41 -05:00
committed by Yorik van Havre
parent 1911453aa1
commit 0491fa4ab9

View File

@@ -836,7 +836,7 @@ class ObjectSurface(PathOp.ObjectOp):
SCANDATA.extend(profScan)
if len(SCANDATA) == 0:
msg = translate('PathSuface', 'No scan data to convert to Gcode.')
msg = translate('PathSurface', 'No scan data to convert to Gcode.')
PathLog.error(msg)
return list()