mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
Reschedule → Reposition (#3209)
This commit is contained in:
parent
c2d565ee4f
commit
1957566c39
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ impl Op {
|
|||
Op::SetFlag => tr.actions_set_flag(),
|
||||
Op::FindAndReplace => tr.browsing_find_and_replace(),
|
||||
Op::ClearUnusedTags => tr.browsing_clear_unused_tags(),
|
||||
Op::SortCards => tr.browsing_reschedule(),
|
||||
Op::SortCards => tr.actions_reposition(),
|
||||
Op::RenameTag => tr.actions_rename_tag(),
|
||||
Op::RemoveTag => tr.actions_remove_tag(),
|
||||
Op::ReparentTag => tr.actions_rename_tag(),
|
||||
|
|
Loading…
Reference in a new issue