Skip to content

Commit e2aa768

Browse files
C-AchardCopilot
andauthored
Update src/napari_deeplabcut/ui/dialogs.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 93228e1 commit e2aa768

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/napari_deeplabcut/ui/dialogs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@ def update_tip(self):
454454
tip = self._tips[self._current_tip]
455455
msg = tip.msg
456456
self.message.setText(msg)
457-
self.count.setText(f"Tip {self._current_tip + 1}|{len(self._tips)}")
457+
self.count.setText(f"Tip {self._current_tip + 1} of {len(self._tips)}")
458458
self.adjustSize()
459459

460460
xrel, yrel = tip.pos

0 commit comments

Comments
 (0)