summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/skills2.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/skills2.cc')
-rw-r--r--crawl-ref/source/skills2.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/skills2.cc b/crawl-ref/source/skills2.cc
index ff56b9babf..ee99c323bb 100644
--- a/crawl-ref/source/skills2.cc
+++ b/crawl-ref/source/skills2.cc
@@ -1835,7 +1835,7 @@ static void _display_skill_table(bool show_aptitudes)
if (_player_knows_aptitudes())
{
cgotoxy(1, bottom_line);
- formatted_string::parse_string("Press '!' to toggle between "
+ formatted_string::parse_string("Press '<w>!</w>' to toggle between "
"<cyan>progress</cyan> and "
"<red>aptitude</red> "
"display.").display();