tweak importing message

This commit is contained in:
Damien Elmes 2009-11-27 19:53:24 +09:00
parent 4bea904dc6
commit 84b88507a2

View file

@ -122,9 +122,9 @@ class Importer(object):
if cm.active: active += 1
if active > 1 and not self.multipleCardsAllowed:
raise ImportFormatError(type="tooManyCards",
info=_("""
The current importer only supports a single active card template. Please disable
all but one card template."""))
info=_("""\
The current importer only supports a single active card template. Please disable\
all but one card template."""))
# strip invalid cards
cards = self.stripInvalid(cards)
cards = self.stripOrTagDupes(cards)