- small change

This commit is contained in:
Marius Stanciu 2019-09-06 23:09:21 +03:00 committed by Marius
parent 124abf78b4
commit e2b9de743f
1 changed files with 1 additions and 1 deletions

View File

@ -647,7 +647,7 @@ class Panelize(FlatCAMTool):
"Final panel has {col} columns and {row} rows").format(
text='[WARNING] ', col=columns, row=rows))
proc = self.app.proc_container.new(_("Generating panel ..."))
proc = self.app.proc_container.new(_("Generating panel..."))
def job_thread(app_obj):
try: