- trying to optimize Gerber Editor selection with the mouse
- optimized some of the strings
This commit is contained in:
@@ -78,7 +78,7 @@ class TclCommandOpenDXF(TclCommandSignaled):
|
||||
|
||||
units = self.app.defaults['units'].upper()
|
||||
|
||||
with self.app.proc_container.new("Open DXF"):
|
||||
with self.app.proc_container.new('%s' % _("Opening ...")):
|
||||
|
||||
# Object creation
|
||||
ret_val = self.app.app_obj.new_object(obj_type, outname, obj_init, plot=False)
|
||||
|
||||
Reference in New Issue
Block a user