summaryrefslogtreecommitdiff
path: root/src/ai/ai_info_dummy.cpp
diff options
context:
space:
mode:
authoryexo <yexo@openttd.org>2009-03-21 19:08:04 +0000
committeryexo <yexo@openttd.org>2009-03-21 19:08:04 +0000
commit971ed8d2a328d0c1ded25fa61496b5b47304c6ac (patch)
tree24ef230eafae3ec47a7ef9c49624ed7d9b256f91 /src/ai/ai_info_dummy.cpp
parent42dc3bf742cca0445956776598586d1afbbec42c (diff)
downloadopenttd-971ed8d2a328d0c1ded25fa61496b5b47304c6ac.tar.xz
(svn r15781) -Fix [NoAI]: Missing "AIs" in the information the debug AI prints.
Diffstat (limited to 'src/ai/ai_info_dummy.cpp')
-rw-r--r--src/ai/ai_info_dummy.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ai/ai_info_dummy.cpp b/src/ai/ai_info_dummy.cpp
index de27e41f3..265d18a3f 100644
--- a/src/ai/ai_info_dummy.cpp
+++ b/src/ai/ai_info_dummy.cpp
@@ -31,7 +31,7 @@ class DummyAI extends AIController {
function Start() { \n\
AILog.Error(\"No suitable AI found to load.\"); \n\
AILog.Error(\"This AI is a dummy AI and won't do anything.\"); \n\
- AILog.Error(\"You can download several via the 'Online Content' system.\"); \n\
+ AILog.Error(\"You can download several AIs via the 'Online Content' system.\"); \n\
} \n\
} \n\
");