From d113600887a18e8d200a7718eb29546b8415e2ee Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Thu, 30 Apr 2009 05:25:26 +0900 Subject: [PATCH] model>template in modelproperties --- ankiqt/ui/modelproperties.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ankiqt/ui/modelproperties.py b/ankiqt/ui/modelproperties.py index b1043bb10..30b9ce40b 100644 --- a/ankiqt/ui/modelproperties.py +++ b/ankiqt/ui/modelproperties.py @@ -386,10 +386,10 @@ order by n""", id=card.id) count = self.deck.cardModelUseCount(card) if count: if not ui.utils.askUser( - _("This model is used by %d cards. If you delete it,\n" + _("This template is used by %d cards. If you delete it,\n" "all the cards will be deleted too. If you just\n" "want to prevent the creation of future cards with\n" - "this model, please use the 'disable' button\n" + "this template, please use the 'disable' button\n" "instead.\n\nReally delete these cards?") % count, parent=self): return @@ -407,7 +407,7 @@ order by n""", id=card.id) active += 1 if active < 2 and card.active: ui.utils.showWarning( - _("Please enable a different model first."), + _("Please enable a different template first."), parent=self) return card.active = not card.active