diff options
author | rubidium <rubidium@openttd.org> | 2007-10-29 23:02:31 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2007-10-29 23:02:31 +0000 |
commit | b14c94867a121a5c6b9b69340953368aee8a8876 (patch) | |
tree | f4608f438da95909157f41aa78f5a878e7152382 /src/lang | |
parent | 24956ab71ba1dd9ed1734ae262229f098662b275 (diff) | |
download | openttd-b14c94867a121a5c6b9b69340953368aee8a8876.tar.xz |
(svn r11355) -Fix [FS#1377]: loading too many GRFs was not handled gracefully causing crashes and such.
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 1550ff97f..45879cdbe 100644 --- a/src/lang/english.txt +++ b/src/lang/english.txt @@ -3077,6 +3077,7 @@ STR_NEWGRF_ERROR_LOAD_BEFORE :{STRING} must b STR_NEWGRF_ERROR_LOAD_AFTER :{STRING} must be loaded after {STRING}. STR_NEWGRF_ERROR_OTTD_VERSION_NUMBER :{STRING} requires OpenTTD version {STRING} or better. STR_NEWGRF_ERROR_AFTER_TRANSLATED_FILE :the GRF file it was designed to translate +STR_NEWGRF_ERROR_TOO_MANY_NEWGRFS_LOADED :Too many NewGRFs are loaded. STR_NEWGRF_ADD :{BLACK}Add STR_NEWGRF_ADD_TIP :{BLACK}Add a NewGRF file to the list |