From 4936e5b46c86688af9b659ee911b1c336292cfb9 Mon Sep 17 00:00:00 2001 From: Marius Stanciu Date: Mon, 30 Sep 2019 04:16:05 +0300 Subject: [PATCH] - changed a tooltip in Optimal Tool --- README.md | 1 + flatcamTools/ToolOptimal.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e7af1fe6..39733031 100644 --- a/README.md +++ b/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 diff --git a/flatcamTools/ToolOptimal.py b/flatcamTools/ToolOptimal.py index 554d42f3..89513f38 100644 --- a/flatcamTools/ToolOptimal.py +++ b/flatcamTools/ToolOptimal.py @@ -51,7 +51,7 @@ class ToolOptimal(FlatCAMTool): self.gerber_object_label = QtWidgets.QLabel("%s:" % _("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('%s' % _("Minimum distance between copper features"))