mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
fix redo menu item showing undo text
This commit is contained in:
parent
6a9b4cd0f1
commit
fc931c3edb
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ class UndoActionsInfo:
|
|||
undo_text=tr.undo_undo_action(val=status.undo)
|
||||
if status.undo
|
||||
else tr.undo_undo(),
|
||||
redo_text=tr.undo_redo_action(action=status.undo)
|
||||
redo_text=tr.undo_redo_action(action=status.redo)
|
||||
if status.redo
|
||||
else tr.undo_redo(),
|
||||
show_redo=status.last_step > 0,
|
||||
|
|
Loading…
Reference in a new issue