X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;ds=sidebyside;f=sst;h=6d59b2cee6182d9d83178f6eea1f428c8a4c892c;hb=d7bb5ecf841a72339500267ec069970a87ec1d09;hp=307562cabe5da275300369f5331ce987acc3d567;hpb=ba4307e942a56ac803caa3eeab448fe64bb8a73e;p=super-star-trek.git diff --git a/sst b/sst index 307562c..6d59b2c 100755 --- a/sst +++ b/sst @@ -6015,7 +6015,7 @@ def choose(): return True if scanner.sees("regular"): break - proutn(_("What is \"%s\"? ") % scanner.token) + proutn(_("What game type is \"%s\"? ") % scanner.token) scanner.chew() while game.length==0 or game.skill==SKILL_NONE: if scanner.nexttok() == "IHALPHA": @@ -6036,7 +6036,7 @@ def choose(): elif scanner.sees("emeritus"): game.skill = SKILL_EMERITUS else: - proutn(_("What is \"")) + proutn(_("What skill level is is \"")) proutn(scanner.token) prout("\"?") else: @@ -6059,7 +6059,7 @@ def choose(): elif scanner.sees("fancy") or scanner.sees("\n"): pass elif len(scanner.token): - proutn(_("What is \"%s\"?") % scanner.token) + proutn(_("What game style is \"%s\"?") % scanner.token) setpassword() if game.passwd == "debug": # pragma: no cover game.idebug = True