Просмотр исходного кода

- changed a tooltip in Optimal Tool

Marius Stanciu 6 лет назад
Родитель
Сommit
4936e5b46c
2 измененных файлов с 2 добавлено и 1 удалено
  1. 1 0
      README.md
  2. 1 1
      flatcamTools/ToolOptimal.py

+ 1 - 0
README.md

@@ -18,6 +18,7 @@ CAD program, and create G-Code for Isolation routing.
 - completed the Minimum Distance Tool by adding the usage in Editors
 - made the Minimum Distance Tool more precise for the Excellon Editor since in the Excellon Editor the holes shape are represented as a cross line but in reality they should be evaluated as circles
 - small change in the UI layout for Check Rules Tool by adding a new rule (Check trace size)
+- changed a tooltip in Optimal Tool
 
 29.09.2019
 

+ 1 - 1
flatcamTools/ToolOptimal.py

@@ -51,7 +51,7 @@ class ToolOptimal(FlatCAMTool):
 
         self.gerber_object_label = QtWidgets.QLabel("<b>%s:</b>" % _("GERBER"))
         self.gerber_object_label.setToolTip(
-            "Gerber  to be mirrored."
+            "Gerber object for which to find the minimum distance between copper features."
         )
 
         self.title_res_label = QtWidgets.QLabel('<b>%s</b>' % _("Minimum distance between copper features"))