(svn r23589) -Codechange: Make the AI-start-delay setting translateable.
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user