minor string changes
This commit is contained in:
parent
df43e0e6b8
commit
2e27c46b76
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user