fix report
authorStas Sergeev <stsp@aknet.ru>
Thu, 4 Nov 2010 22:58:33 +0000 (22:58 +0000)
committerStas Sergeev <stsp@aknet.ru>
Thu, 4 Nov 2010 22:58:33 +0000 (22:58 +0000)
src/sst.py

index 501b40750c9e2d502eb2b3c3060fb462825cfebf..56a59cd8dc8b8e8ce2365f359f8cf3f38e8071fc 100644 (file)
@@ -4785,7 +4785,7 @@ def report():
     scanner.chew()
     s1 = "" and game.thawed and _("thawed ")
     s2 = {1:"short", 2:"medium", 4:"long"}[game.length]
-    s3 = (None, _("novice"). _("fair"),
+    s3 = (None, _("novice"), _("fair"),
           _("good"), _("expert"), _("emeritus"))[game.skill]
     prout(_("You %s a %s%s %s game.") % ((_("were playing"), _("are playing"))[game.alldone], s1, s2, s3))
     if game.skill>SKILL_GOOD and game.thawed and not game.alldone: