diff options
author | yexo <yexo@openttd.org> | 2009-03-21 19:08:04 +0000 |
---|---|---|
committer | yexo <yexo@openttd.org> | 2009-03-21 19:08:04 +0000 |
commit | 971ed8d2a328d0c1ded25fa61496b5b47304c6ac (patch) | |
tree | 24ef230eafae3ec47a7ef9c49624ed7d9b256f91 | |
parent | 42dc3bf742cca0445956776598586d1afbbec42c (diff) | |
download | openttd-971ed8d2a328d0c1ded25fa61496b5b47304c6ac.tar.xz |
(svn r15781) -Fix [NoAI]: Missing "AIs" in the information the debug AI prints.
-rw-r--r-- | src/ai/ai_info_dummy.cpp | 2 |
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\ "); |