- remade the layout in 2Sided Tool
- work in progress for translation in Romanian - 91%
This commit is contained in:
@@ -520,8 +520,8 @@ class Panelize(FlatCAMTool):
|
||||
self.app.inform.emit(_("[success]Panel done..."))
|
||||
else:
|
||||
self.constrain_flag = False
|
||||
self.app.inform.emit(_("[WARNING] Too big for the constrain area. Final panel has %s columns and %s rows") %
|
||||
(columns, rows))
|
||||
self.app.inform.emit(_("[WARNING] Too big for the constrain area. Final panel has {col} columns and {row} rows").format(
|
||||
col=columns, row=rows))
|
||||
|
||||
proc = self.app.proc_container.new(_("Generating panel ... Please wait."))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user