From: Stas Sergeev Date: Thu, 4 Nov 2010 22:58:33 +0000 (+0000) Subject: fix report X-Git-Tag: 2.0~26 X-Git-Url: https://jxself.org/git/?p=super-star-trek.git;a=commitdiff_plain;h=9cddff235f5d58f9d0a2e4ef79619d1e83022e19 fix report --- diff --git a/src/sst.py b/src/sst.py index 501b407..56a59cd 100644 --- a/src/sst.py +++ b/src/sst.py @@ -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: