f1a1b0891e
- 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
17 lines
421 B
Plaintext
17 lines
421 B
Plaintext
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
|