diff options
| -rw-r--r-- | src/manual.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/manual.c b/src/manual.c index e2b45dc..04c4bf8 100644 --- a/src/manual.c +++ b/src/manual.c @@ -68,9 +68,9 @@ static const char* manual_text = " If a card can not be placed on any table stack (because its number is lower\n" " than the top cards numbers of all stacks), the player can create a new\n" -" stack with his chosen card by selecting a table stack and add its cards to\n" -" his score. After placing the cards of all players, the next turn begins\n" -" where the players select their cards.\n\n" +" stack with his chosen card by selecting a table stack and add its cards\n" +" diamonds to his score. After placing the cards of all players, the next\n" +" turn begins where the players select their cards.\n\n" " When no hand cards are left, new cards are dealt from the main stack.\n" " The game ends when no more cards can be dealt to the players.\n" |
