Skip to content

Commit

Permalink
improve wording
Browse files Browse the repository at this point in the history
Co-authored-by: user1823 <[email protected]>
  • Loading branch information
L-M-Sherlock and user1823 committed Apr 22, 2024
1 parent 3d5a2bf commit 1c1dacb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schedule/disperse_siblings.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ def disperse_siblings_backgroud(
undo_entry = mw.col.add_custom_undo_entry("Disperse Siblings")
mw.taskman.run_on_main(
lambda: mw.progress.start(
label="Siblings Dispersing", max=sibilings_cnt, immediate=True
label="Dispersing Siblings", max=sibilings_cnt, immediate=True
)
)

Expand Down

0 comments on commit 1c1dacb

Please sign in to comment.