diff --git a/ankiqt/ui/main.py b/ankiqt/ui/main.py index a0957208d..76d6f4a96 100755 --- a/ankiqt/ui/main.py +++ b/ankiqt/ui/main.py @@ -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()