- updated German language translation files

- separated the Plotting thread from the transformations threads
This commit is contained in:
Marius Stanciu
2019-09-07 23:16:20 +03:00
committed by Marius
parent bdbe0f59f0
commit 28a86aa661
9 changed files with 4085 additions and 3458 deletions

View File

@@ -184,7 +184,7 @@ class ToolMove(FlatCAMTool):
def replot(self, obj_list):
def worker_task():
with self.app.proc_container.new(_("Plotting...")):
with self.app.proc_container.new('%s...' % _("Plotting")):
for sel_obj in obj_list:
sel_obj.plot()