(svn r23589) -Codechange: Make the AI-start-delay setting translateable.

This commit is contained in:
frosch
2011-12-18 18:21:55 +00:00
parent 36747f96a6
commit 4e689cc5cd
3 changed files with 10 additions and 3 deletions

View File

@@ -19,7 +19,7 @@
/** Configuration for AI start date, every AI has this setting. */
ScriptConfigItem _start_date_config = {
"start_date",
"Number of days to start this AI after the previous one (give or take)",
"", // STR_AI_SETTINGS_START_DELAY
AI::START_NEXT_MIN,
AI::START_NEXT_MAX,
AI::START_NEXT_MEDIUM,