Skip to content

Commit

Permalink
Fixed a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
BrunoB81HK committed Oct 11, 2020
1 parent 3e35807 commit 7d65d31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion curvefinder.py
Original file line number Diff line number Diff line change
Expand Up @@ -1040,7 +1040,7 @@ def app_state(self, state: int) -> None:
self.mask = np.ones(img.shape)
cv2.imwrite(CTMK_IMG, img)
self.instruct.textbox.setMarkdown("Press and hold over the curve you want to extract. All the "
'"painted" multi-colored points will be extracted.'
'"painted" multi-colored points will be extracted.\n\n'
"When you selected all the curve, press `Next` to extract "
"the data points.")
elif state == 5:
Expand Down

0 comments on commit 7d65d31

Please sign in to comment.