Skip to content

Commit

Permalink
style: change utility menu text "Track and/or count..."
Browse files Browse the repository at this point in the history
  • Loading branch information
ElpadoCan committed Aug 3, 2023
1 parent df100d6 commit 71ba059
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cellacdc/_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -705,7 +705,7 @@ def createActions(self):
'Stack 2D segmentation objects into 3D objects...'
)
self.trackSubCellFeaturesAction = QAction(
'Track sub-cellular objects (assign same ID as the cell they belong to)...'
'Track and/or count sub-cellular objects (assign same ID as the cell they belong to)...'
)
self.applyTrackingFromTableAction = QAction(
'Apply tracking info from tabular data...'
Expand Down

0 comments on commit 71ba059

Please sign in to comment.