minor string changes
This commit is contained in:
parent
df43e0e6b8
commit
2e27c46b76
|
@ -1140,7 +1140,7 @@ class DrawHand(Hand):
|
||||||
hhc.markStreets(self)
|
hhc.markStreets(self)
|
||||||
# markStreets in Draw may match without dealing cards
|
# markStreets in Draw may match without dealing cards
|
||||||
if self.streets['DEAL'] == None:
|
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.readBlinds(self)
|
||||||
hhc.readAntes(self)
|
hhc.readAntes(self)
|
||||||
hhc.readButton(self)
|
hhc.readButton(self)
|
||||||
|
|
|
@ -119,7 +119,7 @@ import GuiReplayer
|
||||||
try:
|
try:
|
||||||
import GuiStove
|
import GuiStove
|
||||||
except:
|
except:
|
||||||
print "GuiStove disabled"
|
print _("GuiStove not found. If you want to use it please install pypoker-eval.")
|
||||||
import SQL
|
import SQL
|
||||||
import Database
|
import Database
|
||||||
import Configuration
|
import Configuration
|
||||||
|
|
Loading…
Reference in New Issue
Block a user