From 7e5309a28a530d1c534dfee837d83469a1be0ea2 Mon Sep 17 00:00:00 2001 From: frosch Date: Fri, 13 Aug 2010 07:34:28 +0000 Subject: (svn r20479) -Change: Use 'Buttons Name: Value' layout for AI and NewGRF parameter GUI. --- src/ai/ai_info.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ai/ai_info.cpp') 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, -- cgit v1.2.3-54-g00ecf