minor string changes

This commit is contained in:
Steffen Schaumburg 2011-02-14 16:12:07 +01:00
parent df43e0e6b8
commit 2e27c46b76
2 changed files with 2 additions and 2 deletions

View File

@ -1140,7 +1140,7 @@ class DrawHand(Hand):
hhc.markStreets(self)
# markStreets in Draw may match without dealing cards
if self.streets['DEAL'] == None:
raise FpdbParseError(_("DrawHand.__init__: street 'DEAL' is empty. Hand cancelled? '%s'" % self.handid))
raise FpdbParseError(_("DrawHand.__init__: street 'DEAL' is empty. Hand cancelled? HandID: '%s'" % self.handid))
hhc.readBlinds(self)
hhc.readAntes(self)
hhc.readButton(self)

View File

@ -119,7 +119,7 @@ import GuiReplayer
try:
import GuiStove
except:
print "GuiStove disabled"
print _("GuiStove not found. If you want to use it please install pypoker-eval.")
import SQL
import Database
import Configuration