l10n: missed a gettextify in everleaftofpdb

This commit is contained in:
steffen123 2010-08-29 21:24:28 +02:00
parent 4cae54a086
commit 62fb2f9186

View File

@ -293,7 +293,7 @@ or None if we fail to get the info """
for shows in self.re_ShowdownAction.finditer(hand.handText):
cards = shows.group('CARDS')
cards = cards.split(', ')
logging.debug("readShowdownActions %s %s" %(cards, shows.group('PNAME')))
logging.debug(_("readShowdownActions %s %s" %(cards, shows.group('PNAME'))))
hand.addShownCards(cards, shows.group('PNAME'))