From 25009326d0c8f73e2bc7dd46fa0c3a2669839b96 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Mon, 17 Aug 2009 06:58:19 +0900 Subject: [PATCH] -start and end range --- ankiqt/ui/cardlist.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)