OSDN Git Service

For clarity, reworded English prompt for selecting the cards to keep in poker.
authorEric Branlund <ebranlund@fastmail.com>
Tue, 16 Feb 2021 19:25:07 +0000 (11:25 -0800)
committerEric Branlund <ebranlund@fastmail.com>
Fri, 19 Feb 2021 19:48:56 +0000 (11:48 -0800)
src/bldg.c

index 0548734..4f14231 100644 (file)
@@ -994,7 +994,7 @@ static int do_poker(void)
        }
 
        /* suteruno wo kimeru */
-       prt(_("残すカードを決めて下さい(方向で移動, スペースで選択)。", "Stay witch? "), 0, 0);
+       prt(_("残すカードを決めて下さい(方向で移動, スペースで選択)。", "Keep which cards (direction keys move; space selects)? "), 0, 0);
 
        display_cards();
        yaku_check();