Skip to content

Commit

Permalink
Update schedule/reset.py
Browse files Browse the repository at this point in the history
Co-authored-by: user1823 <92206575+user1823@users.noreply.github.com>
  • Loading branch information
L-M-Sherlock and user1823 authored Nov 14, 2024
1 parent 4309392 commit 23f5554
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schedule/reset.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,5 @@ def clear_manual_rescheduling(did):
cnt = len(revlog_ids)
mw.col.db.execute(f"DELETE FROM revlog WHERE id IN {ids2str(revlog_ids)}")
col_set_modified()
tooltip(f"{cnt} review logs cleared.")
tooltip(f"{cnt} review logs deleted.")
mw.reset()

0 comments on commit 23f5554

Please sign in to comment.