summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tutorial.cc
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-03-29 18:30:31 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-03-29 18:30:31 +0000
commit38058fa3365e63fb431dc86134e2ae113de68e88 (patch)
treeb14084dfec4799508b9e00035356b563b1cd38ab /crawl-ref/source/tutorial.cc
parentce89a07e4802691aa3a164ed1e332163f4dd8246 (diff)
downloadcrawl-ref-38058fa3365e63fb431dc86134e2ae113de68e88.tar.gz
crawl-ref-38058fa3365e63fb431dc86134e2ae113de68e88.zip
Rename part of the documentation:
tables.txt -> aptitudes.txt crawl_macros.txt -> macros_guide.txt crawl_options.txt -> options_guide.txt And while I already was at it, I added windows style linebreaks for ssh_guide.txt and monster_speech.txt, as well. Since I've somehow managed to uninstall my notepad (ages ago), opening and changing such files is always a bit fiddly, and I hope this change doesn't hurt anyone else. crawl_manual.txt will also eventually need these, but we haven't yet decided on the new name. Also update monster_speech.txt (yet again), and add hounds sniffing the ground to monspeak.txt as an in-game hint for blood scent. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3937 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/tutorial.cc')
-rw-r--r--crawl-ref/source/tutorial.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/tutorial.cc b/crawl-ref/source/tutorial.cc
index 430fb30a1a..0b4b91092d 100644
--- a/crawl-ref/source/tutorial.cc
+++ b/crawl-ref/source/tutorial.cc
@@ -268,7 +268,7 @@ static formatted_string tut_starting_info(unsigned int width)
"A very short guide to Crawl." EOL
" <lightblue>crawl_manual.txt</lightblue> - "
"This contains all details on races, magic, skills, etc." EOL
- " <lightblue>crawl_options.txt</lightblue> - "
+ " <lightblue>options_guide.txt</lightblue> - "
"Crawl's interface is highly configurable. This document " EOL
" explains all the options." EOL
EOL
@@ -730,7 +730,7 @@ void tutorial_finished()
break;
case 2:
text = "The interface can be greatly customised. All options are "
- "explained in the file <w>crawl_options.txt</w> which "
+ "explained in the file <w>options_guide.txt</w> which "
"can be found in the <w>docs</w> directory. The "
"options themselves are set in <w>init.txt</w> or "
"<w>.crawlrc</w>. Crawl will complain if it can't "