Issue #284 - Sanitize the entered Overlap value for the Copper Clear Tool as well.

Change the "Overlap:" label occurrences to "Overlap Rate:" for clarity.
This commit is contained in:
Victor Benso
2019-04-03 12:41:25 -04:00
parent ece1538239
commit 1f67158e35
3 changed files with 9 additions and 4 deletions

View File

@@ -437,7 +437,7 @@ class PaintOptionsTool(FlatCAMTool):
grid.addWidget(self.painttooldia_entry, 0, 1)
# Overlap
ovlabel = QtWidgets.QLabel(_('Overlap:'))
ovlabel = QtWidgets.QLabel(_('Overlap Rate:'))
ovlabel.setToolTip(
_("How much (fraction) of the tool width to overlap each tool pass.\n"
"Example:\n"