diff --git a/pt2d/gui/circleEditorWidget.py b/pt2d/gui/circleEditorWidget.py index 280787e5f462f7573d1fbd9d863dc42bcda72b9b..26eeb7e63414578e57cb5490debca340ff5399f5 100644 --- a/pt2d/gui/circleEditorWidget.py +++ b/pt2d/gui/circleEditorWidget.py @@ -25,7 +25,7 @@ class CircleEditorWidget(QWidget): self.setLayout(layout) # Add centered label above image - label_instructions = QLabel("Scale the dot to be of the size of your ridge") + label_instructions = QLabel("Rezise the dot to match the size of the path you are trying to extract") label_instructions.setAlignment(Qt.AlignCenter) big_font = QFont("Arial", 20) big_font.setBold(True)