diff --git a/ankiqt/ui/cardlist.py b/ankiqt/ui/cardlist.py index b815e283f..2b956527a 100644 --- a/ankiqt/ui/cardlist.py +++ b/ankiqt/ui/cardlist.py @@ -913,7 +913,7 @@ where id in (%s)""" % ",".join([ max = float(frm.rangeMax.value()) except ValueError: ui.utils.showInfo( - _("Please enter a valid start and end range."), + _("Please enter a valid range."), parent=self) return self.deck.rescheduleCards(self.selectedCards(), min, max)