diff options
author | rubidium <rubidium@openttd.org> | 2009-12-15 00:00:51 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2009-12-15 00:00:51 +0000 |
commit | 3e6c530e1ea1139d18ebe31fa6e99460cdfbce6e (patch) | |
tree | 7461637cdc7d48ef9c1e132200b58bdba076c1de /src/lang | |
parent | 5450167efc292ab93ab841077e71a7d63cfc7e05 (diff) | |
download | openttd-3e6c530e1ea1139d18ebe31fa6e99460cdfbce6e.tar.xz |
(svn r18506) -Fix [FS#3368]: no error message was created for the first fatal NewGRF error.
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 28b702250..25d5b8294 100644 --- a/src/lang/english.txt +++ b/src/lang/english.txt @@ -2325,6 +2325,7 @@ STR_NEWGRF_ERROR_MSG_INFO :{SILVER}{RAW_ST STR_NEWGRF_ERROR_MSG_WARNING :{RED}Warning: {SILVER}{RAW_STRING} STR_NEWGRF_ERROR_MSG_ERROR :{RED}Error: {SILVER}{RAW_STRING} STR_NEWGRF_ERROR_MSG_FATAL :{RED}Fatal: {SILVER}{RAW_STRING} +STR_NEWGRF_ERROR_FATAL_POPUP :{WHITE}A fatal NewGRF error has occurred: {}{STRING5} STR_NEWGRF_ERROR_VERSION_NUMBER :{1:STRING1} will not work with the TTDPatch version reported by OpenTTD. STR_NEWGRF_ERROR_DOS_OR_WINDOWS :{1:STRING1} is for the {STRING1} version of TTD. STR_NEWGRF_ERROR_UNSET_SWITCH :{1:STRING1} is designed to be used with {STRING1} |