diff options
author | rubidium <rubidium@openttd.org> | 2010-01-21 23:19:50 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2010-01-21 23:19:50 +0000 |
commit | 7ec3d9a0c66f82822fad924de7ab72a02e0521eb (patch) | |
tree | 3d4499134914de1040e06d0d83f9898f6287a1e1 /src/lang | |
parent | 18446dd5993b36d7ad5a2ca74935ce25bf816626 (diff) | |
download | openttd-7ec3d9a0c66f82822fad924de7ab72a02e0521eb.tar.xz |
(svn r18883) -Codechange: warn in the difficulty and AI configuration window when setting the number of AIs to non-zero when you don't have AIs
Diffstat (limited to 'src/lang')
-rw-r--r-- | src/lang/english.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lang/english.txt b/src/lang/english.txt index d172924f8..adb4f3008 100644 --- a/src/lang/english.txt +++ b/src/lang/english.txt @@ -1065,6 +1065,7 @@ STR_CITY_APPROVAL_PERMISSIVE :Permissive STR_CITY_APPROVAL_TOLERANT :Tolerant STR_CITY_APPROVAL_HOSTILE :Hostile +STR_WARNING_NO_SUITABLE_AI :{WHITE}No suitable AIs available...{}You can download several AIs via the 'Online Content' system STR_WARNING_DIFFICULTY_TO_CUSTOM :{WHITE}This action changed the difficulty level to custom # Advanced settings window |