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

- note.flush() behaves like before, as otherwise actions or add-ons that perform bulk flushing would end up creating an undo entry for each note - added col.update_note() to opt in to the new behaviour - tidy up the names of some related routines
16 lines
421 B
Text
16 lines
421 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
|
|
|
|
## Action that can be undone
|
|
|
|
undo-answer-card = Answer Card
|
|
undo-unbury-unsuspend = Unbury/Unsuspend
|
|
undo-add-note = Add Note
|
|
undo-update-tag = Update Tag
|
|
undo-update-note = Update Note
|