diff options
author | rubidium <rubidium@openttd.org> | 2012-01-02 22:44:28 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2012-01-02 22:44:28 +0000 |
commit | d2f776ef3ee7bd78eb1daec310f3e253b8323ea0 (patch) | |
tree | a2bd78f0098c6b405fa3a0bd0e700546a06a47e3 /src/lang | |
parent | 8371ecc9229c91066d0d933020598b07ad3e4400 (diff) | |
download | openttd-d2f776ef3ee7bd78eb1daec310f3e253b8323ea0.tar.xz |
(svn r23720) -Fix/Feature [FS#4935]: show the script debug window also when the game script crashes
Diffstat (limited to 'src/lang')
-rw-r--r-- | src/lang/english.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lang/english.txt b/src/lang/english.txt index 3c25e87ef..cc7a5b664 100644 --- a/src/lang/english.txt +++ b/src/lang/english.txt @@ -3486,7 +3486,7 @@ STR_AI_GAME_SCRIPT :{BLACK}Game Scr STR_AI_GAME_SCRIPT_TOOLTIP :{BLACK}Check the Game Script log STR_ERROR_AI_NO_AI_FOUND :No suitable AI found to load.{}This AI is a dummy AI and won't do anything.{}You can download several AIs via the 'Online Content' system -STR_ERROR_AI_PLEASE_REPORT_CRASH :{WHITE}One of the running AIs crashed. Please report this to the AI author with a screenshot of the AI Debug Window +STR_ERROR_AI_PLEASE_REPORT_CRASH :{WHITE}One of the running scripts crashed. Please report this to the script author with a screenshot of the AI / GameScript Debug Window STR_ERROR_AI_DEBUG_SERVER_ONLY :{YELLOW}AI / GameScript Debug window is only available for the server # AI configuration window |