diff --git a/pyfpdb/Hand.py b/pyfpdb/Hand.py index 4eca45a8..aae633b5 100644 --- a/pyfpdb/Hand.py +++ b/pyfpdb/Hand.py @@ -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) diff --git a/pyfpdb/fpdb.pyw b/pyfpdb/fpdb.pyw index 95f53668..ad24a39b 100755 --- a/pyfpdb/fpdb.pyw +++ b/pyfpdb/fpdb.pyw @@ -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