summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/skills2.cc
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2007-09-20 11:51:22 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2007-09-20 11:51:22 +0000
commit9b5bc8fd4f63dda5b587ab08b634d4f9cdf20a06 (patch)
tree0921a7194a4d72c4e60c148e48df8a45d9783b66 /crawl-ref/source/skills2.cc
parent64707c2d565008f6c5fea165df96bc4c4c9e4be0 (diff)
downloadcrawl-ref-9b5bc8fd4f63dda5b587ab08b634d4f9cdf20a06.tar.gz
crawl-ref-9b5bc8fd4f63dda5b587ab08b634d4f9cdf20a06.zip
Previous commit applied to trunk:
* cleanup of weird_colour() * hooves mutation one level only * fixes for vampire food level checks * Xom gifts interrupt travel git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2164 c06c8d41-db1a-0410-9941-cceddc491573
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 860573feab..67bd7cce8b 100644
--- a/crawl-ref/source/skills2.cc
+++ b/crawl-ref/source/skills2.cc
@@ -1931,7 +1931,7 @@ static void display_skill_table(bool show_aptitudes)
{
gotoxy(1, bottom_line);
formatted_string::parse_string("Press '!' to toggle between "
- "<blue>progress</blue> and "
+ "<cyan>progress</cyan> and "
"<red>aptitude</red> "
"display.").display();
}