Skip to content

Commit 8a23fcd

Browse files
committed
Merge branch 'cy/refactor-ux-tweaks' of https://github.com/DeepLabCut/napari-deeplabcut into cy/refactor-ux-tweaks
2 parents cdf008f + e2aa768 commit 8a23fcd

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)