summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/database.cc
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2012-04-29 23:17:55 +0200
committerAdam Borowski <kilobyte@angband.pl>2012-04-29 23:23:36 +0200
commit4c163ede08b4f477c14e8d6c589580ddb075ea5c (patch)
treea17734c67a3e88194f89ec00fad2fd31ccb6cbbf /crawl-ref/source/database.cc
parente62636721fcad6a9553c9f693b4f9c5ed03772d3 (diff)
downloadcrawl-ref-4c163ede08b4f477c14e8d6c589580ddb075ea5c.tar.gz
crawl-ref-4c163ede08b4f477c14e8d6c589580ddb075ea5c.zip
Move quotes.txt to dat/descript/
They follow all the rules for descriptions, so we can translate them using the same tools. The only difference is that they are not mandatory. I guess, if a given language has at least one quote defined, we could skip the fallback to English for the rest.
Diffstat (limited to 'crawl-ref/source/database.cc')
-rw-r--r--crawl-ref/source/database.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/database.cc b/crawl-ref/source/database.cc
index f2afcad086..0db98c9b01 100644
--- a/crawl-ref/source/database.cc
+++ b/crawl-ref/source/database.cc
@@ -120,7 +120,7 @@ static TextDB AllDBs[] =
"miscname.txt", // names for miscellaneous things
NULL),
- TextDB("quotes", "database/",
+ TextDB("quotes", "descript/",
"quotes.txt", // quotes for items and monsters
NULL),