diff options
author | peter1138 <peter1138@openttd.org> | 2006-12-05 11:13:22 +0000 |
---|---|---|
committer | peter1138 <peter1138@openttd.org> | 2006-12-05 11:13:22 +0000 |
commit | 4e26968521986b7cacfab849f13bef412cf705b7 (patch) | |
tree | df8c160d605fb6e99c8db095afe47859bc7c367c /lang | |
parent | 032ec36bcc479ed22c70e708e75d6848a37c3443 (diff) | |
download | openttd-4e26968521986b7cacfab849f13bef412cf705b7.tar.xz |
(svn r7367) -Codechange: prevent adding files where the GRF ID is already in the list
Diffstat (limited to 'lang')
-rw-r--r-- | lang/english.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/english.txt b/lang/english.txt index 24459f005..c848a5909 100644 --- a/lang/english.txt +++ b/lang/english.txt @@ -2898,6 +2898,7 @@ STR_NEWGRF_ADD_FILE :{BLACK}Add to s STR_NEWGRF_ADD_FILE_TIP :{BLACK}Add the selected NewGRF file to your configuration STR_NEWGRF_RESCAN_FILES :{BLACK}Rescan files STR_NEWGRF_RESCAN_FILES_TIP :{BLACK}Update the list of available NewGRF files +STR_NEWGRF_DUPLICATE_GRFID :{WHITE}Cannot add file: duplicate GRF ID STR_NEWGRF_NOT_FOUND :{RED}Matching file not found STR_NEWGRF_DISABLED :{RED}Disabled |