From c90265ec28a23ad643ec19a3459335da26b75950 Mon Sep 17 00:00:00 2001 From: John Zaitseff Date: Sat, 20 Aug 2011 13:30:31 +1000 Subject: [PATCH] Replace "---" with "--": it looks better in text mode --- src/help.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/help.c b/src/help.c index 23be6a6..5c82752 100644 --- a/src/help.c +++ b/src/help.c @@ -196,9 +196,9 @@ static const char *help_text[HELP_TEXT_PAGES] = { "Once you select your move, you enter the ^BInterstellar Stock Exchange^N. Here\n" "you may purchase shares, sell them, borrow from the Trading Bank or repay\n" "some of your debt (if applicable). Note that each company issues a limited\n" - "number of shares --- you cannot go on buying for ever! You may, however,\n" - "bid for more shares to be issued. You have a better chance of succeeding if\n" - "you own a larger proportion of the company.\n" + "number of shares -- you cannot go on buying for ever! You may, however, bid\n" + "for more shares to be issued. You have a better chance of succeeding if you\n" + "own a larger proportion of the company.\n" "\n" "The game usually ends after ^B~t^N turns. However, you may end the game sooner\n" "by pressing ^K^N when asked to select a move. As well, individual\n"