From 2e27c46b76fb5167802e4d711b199f1c8ad35a72 Mon Sep 17 00:00:00 2001 From: Steffen Schaumburg Date: Mon, 14 Feb 2011 16:12:07 +0100 Subject: [PATCH] minor string changes --- pyfpdb/Hand.py | 2 +- pyfpdb/fpdb.pyw | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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