mirror of
https://github.com/ankitects/anki.git
synced 2025-09-21 07:22:23 -04:00
change edit current tooltip to status bar message
This commit is contained in:
parent
abd9e67fa9
commit
3aa6c6bd71
1 changed files with 1 additions and 1 deletions
|
@ -1935,7 +1935,7 @@ learnt today")
|
|||
self.deck.undo()
|
||||
self.reset()
|
||||
if name == "Answer Card":
|
||||
self.showToolTip(_("Card placed back in queue."))
|
||||
self.setStatus(_("Card placed back in queue."))
|
||||
|
||||
def onRedo(self):
|
||||
self.deck.redo()
|
||||
|
|
Loading…
Reference in a new issue