mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00

- transact() now automatically clears card queues unless an op opts-out (and currently only AnswerCard does). This means there's no risk of forgetting to clear the queues in an operation, or when undoing/ redoing - CollectionOp->UndoableOp - clear queues when redoing "answer card", instead of clearing redo when clearing queues
11 lines
330 B
Text
11 lines
330 B
Text
undo-undo = Undo
|
|
undo-redo = Redo
|
|
# eg "Undo Answer Card"
|
|
undo-undo-action = Undo { $val }
|
|
# eg "Answer Card Undone"
|
|
undo-action-undone = { $action } undone
|
|
undo-redo-action = Redo { $action }
|
|
undo-action-redone = { $action } redone
|
|
undo-answer-card = Answer Card
|
|
undo-unbury-unsuspend = Unbury/Unsuspend
|
|
undo-add-note = Add Note
|