summaryrefslogtreecommitdiff
path: root/src/ai/ai_info.cpp
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2010-08-13 07:34:28 +0000
committerfrosch <frosch@openttd.org>2010-08-13 07:34:28 +0000
commit7e5309a28a530d1c534dfee837d83469a1be0ea2 (patch)
tree62209dc5b903132c9a971b320e510b08a6358fa7 /src/ai/ai_info.cpp
parentbc96bdb203a74a661a0365d998069cc939a4c06e (diff)
downloadopenttd-7e5309a28a530d1c534dfee837d83469a1be0ea2.tar.xz
(svn r20479) -Change: Use 'Buttons Name: Value' layout for AI and NewGRF parameter GUI.
Diffstat (limited to 'src/ai/ai_info.cpp')
-rw-r--r--src/ai/ai_info.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ai/ai_info.cpp b/src/ai/ai_info.cpp
index 5ccd934fd..8ee4d4499 100644
--- a/src/ai/ai_info.cpp
+++ b/src/ai/ai_info.cpp
@@ -24,7 +24,7 @@
/** Configuration for AI start date, every AI has this setting. */
AIConfigItem _start_date_config = {
"start_date",
- "The amount of days after the start of the last AI, this AI will start (give or take).",
+ "Number of days to start this AI after the previous one (give or take)",
AI::START_NEXT_MIN,
AI::START_NEXT_MAX,
AI::START_NEXT_MEDIUM,