few more string unifications (I know its too late, but I wanted them in so translators running non-source can try their translations better), update l10n files

This commit is contained in:
Steffen Schaumburg
2011-03-12 21:47:14 +01:00
parent 2baac68ac7
commit d49d2e2220
31 changed files with 734 additions and 813 deletions
+1 -1
View File
@@ -264,7 +264,7 @@ class Fulltilt(HandHistoryConverter):
if m is None:
tmp = hand.handText[0:100]
log.error(_("Unable to recognise handinfo from: '%s'") % tmp)
log.error(_("readHandInfo: Raising FpdbParseError"))
log.error("readHandInfo: " + _("Raising FpdbParseError"))
raise FpdbParseError(_("Unable to recognise handinfo from: '%s'"))
#print "DEBUG: m.groupdict: %s" % m.groupdict()