diff options
author | rubidium <rubidium@openttd.org> | 2010-01-07 11:48:59 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2010-01-07 11:48:59 +0000 |
commit | 882b23d3ee663c40d332d6fa457d9d2a26b0f945 (patch) | |
tree | cf268d0c56a962f387d108001246eddf3759c8e5 /src/lang | |
parent | 0e404038f27544fe7ebad2127b1651cd471732b6 (diff) | |
download | openttd-882b23d3ee663c40d332d6fa457d9d2a26b0f945.tar.xz |
(svn r18749) -Fix [FS#3491]: the AI's name and version in the debug panel weren't properly centered
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 5d0966f2a..f1d22acec 100644 --- a/src/lang/english.txt +++ b/src/lang/english.txt @@ -3205,6 +3205,7 @@ STR_DATE_YEAR_TOOLTIP :{BLACK}Select y # AI debug window STR_AI_DEBUG :{WHITE}AI Debug +STR_AI_DEBUG_NAME_AND_VERSION :{BLACK}{RAW_STRING} (v{NUM}) STR_AI_DEBUG_NAME_TOOLTIP :{BLACK}Name of the AI STR_AI_DEBUG_RELOAD :{BLACK}Reload AI STR_AI_DEBUG_RELOAD_TOOLTIP :{BLACK}Kill the AI, reload the script, and restart the AI |