summaryrefslogtreecommitdiff
path: root/src/ai/ai_config.cpp
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2011-12-18 18:21:55 +0000
committerfrosch <frosch@openttd.org>2011-12-18 18:21:55 +0000
commit6ae8cac4320e098c1fa628a3afd5c090aacc80a2 (patch)
treef0127428b9f7e8e39057346b8ac765e6519b0359 /src/ai/ai_config.cpp
parent33d283fdb1710e40cff4daaabde6aa78325d4623 (diff)
downloadopenttd-6ae8cac4320e098c1fa628a3afd5c090aacc80a2.tar.xz
(svn r23589) -Codechange: Make the AI-start-delay setting translateable.
Diffstat (limited to 'src/ai/ai_config.cpp')
-rw-r--r--src/ai/ai_config.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ai/ai_config.cpp b/src/ai/ai_config.cpp
index 3f6b3c31b..89b959015 100644
--- a/src/ai/ai_config.cpp
+++ b/src/ai/ai_config.cpp
@@ -19,7 +19,7 @@
/** Configuration for AI start date, every AI has this setting. */
ScriptConfigItem _start_date_config = {
"start_date",
- "Number of days to start this AI after the previous one (give or take)",
+ "", // STR_AI_SETTINGS_START_DELAY
AI::START_NEXT_MIN,
AI::START_NEXT_MAX,
AI::START_NEXT_MEDIUM,