summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tutorial.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/tutorial.cc')
-rw-r--r--crawl-ref/source/tutorial.cc5
1 files changed, 3 insertions, 2 deletions
diff --git a/crawl-ref/source/tutorial.cc b/crawl-ref/source/tutorial.cc
index b56cf483ab..33e51eb159 100644
--- a/crawl-ref/source/tutorial.cc
+++ b/crawl-ref/source/tutorial.cc
@@ -2794,8 +2794,9 @@ void learned_something_new(tutorial_event_type seen_what, coord_def gc)
if (you.religion != GOD_NO_GOD)
listed.push_back("your religious standing (<w>^</w>)");
- listed.push_back("the character overview screen (<w>%</w>).");
- text << comma_separated_line(listed.begin(), listed.end());
+ listed.push_back("the message history (<w>Ctrl-P</w>)");
+ listed.push_back("the character overview screen (<w>%</w>)");
+ text << comma_separated_line(listed.begin(), listed.end()) << ".";
text << "\nAlternatively, you can dump all information pertaining to "
"your character into a text file with the <w>#</w> command. "