From 971ed8d2a328d0c1ded25fa61496b5b47304c6ac Mon Sep 17 00:00:00 2001 From: yexo Date: Sat, 21 Mar 2009 19:08:04 +0000 Subject: (svn r15781) -Fix [NoAI]: Missing "AIs" in the information the debug AI prints. --- src/ai/ai_info_dummy.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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\ "); -- cgit v1.2.3-54-g00ecf