diff options
author | rubidium <rubidium@openttd.org> | 2010-11-26 23:25:34 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2010-11-26 23:25:34 +0000 |
commit | 529da62f15641f75da0afb86a9bdb110e7fa1bd5 (patch) | |
tree | 19912242b77ccdd659262bd556d082e1202d2edf /src/lang | |
parent | 67f74559fc886f6d5afdd3cdd1475fad46d2b4f9 (diff) | |
download | openttd-529da62f15641f75da0afb86a9bdb110e7fa1bd5.tar.xz |
(svn r21335) -Change: be a bit more explicit that the game state can get broken by changing NewGRFs
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 cb0de5145..3af722a26 100644 --- a/src/lang/english.txt +++ b/src/lang/english.txt @@ -2477,7 +2477,7 @@ STR_NEWGRF_ERROR_MISSING_SPRITES :{WHITE}The curr # NewGRF related 'general' warnings STR_NEWGRF_POPUP_CAUTION_CAPTION :{WHITE}Caution! -STR_NEWGRF_CONFIRMATION_TEXT :{YELLOW}You are about to make changes to a running game. This can crash OpenTTD.{}Are you absolutely sure about this? +STR_NEWGRF_CONFIRMATION_TEXT :{YELLOW}You are about to make changes to a running game. This can crash OpenTTD or break the game state. Do not file bug reports about these issues.{}Are you absolutely sure about this? STR_NEWGRF_DUPLICATE_GRFID :{WHITE}Can't add file: duplicate GRF ID STR_NEWGRF_COMPATIBLE_LOADED :{ORANGE}Matching file not found (compatible GRF loaded) |