summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/newgame.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/newgame.cc')
-rw-r--r--crawl-ref/source/newgame.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/newgame.cc b/crawl-ref/source/newgame.cc
index 09d4c4d105..3a4a4e7a3d 100644
--- a/crawl-ref/source/newgame.cc
+++ b/crawl-ref/source/newgame.cc
@@ -2008,7 +2008,7 @@ void openingScreen(void)
********************************************** */
textcolor( YELLOW );
- cprintf("Hello, welcome to Dungeon Crawl " VERSION "!");
+ cprintf("Hello, welcome to Dungeon Crawl Stone Soup " VERSION "!");
textcolor( BROWN );
cprintf(EOL "(c) Copyright 1997-2002 Linley Henzell");
cprintf(EOL "Please consult crawl.txt for instructions and legal details."