Skip to content

Commit

Permalink
Update delete_pts messages
Browse files Browse the repository at this point in the history
  • Loading branch information
jni committed Dec 11, 2023
1 parent 8eaca54 commit 39109e5
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/affinder/affinder.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,11 @@ def _on_affinder_main_init(widget):
viewer={'visible': False, 'label': ' '},
delete_pts={
'label':
'Delete points layers when done ',
'tooltip':
'If ticked, the points layers used in alignment will be deleted when clicking "Finish".'
'Delete points layers when done',
'tooltip': (
'If ticked, the points layers used in alignment '
'will be deleted when clicking "Finish".'
),
},
)
def start_affinder(
Expand Down

0 comments on commit 39109e5

Please sign in to comment.