diff options
author | rubidium <rubidium@openttd.org> | 2010-04-24 13:36:29 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2010-04-24 13:36:29 +0000 |
commit | 21883a84d7883df5feb25d6536ec8f67a053fe42 (patch) | |
tree | 7ddd6b214c8ac5a74111d771b8fa160aacb7aea9 /src/lang | |
parent | 1da0086a4537487e12d1ae3c0c9d57079349000d (diff) | |
download | openttd-21883a84d7883df5feb25d6536ec8f67a053fe42.tar.xz |
(svn r19708) -Add: NewGRF "debugging" window and data tables; should be a useful tool for NewGRF developers to get some insights into the value of some variables
Diffstat (limited to 'src/lang')
-rw-r--r-- | src/lang/english.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/lang/english.txt b/src/lang/english.txt index 09acfe907..ba1fedece 100644 --- a/src/lang/english.txt +++ b/src/lang/english.txt @@ -2365,6 +2365,16 @@ STR_NEWGRF_ADD_FILE_TOOLTIP :{BLACK}Add the STR_NEWGRF_ADD_RESCAN_FILES :{BLACK}Rescan files STR_NEWGRF_ADD_RESCAN_FILES_TOOLTIP :{BLACK}Update the list of available NewGRF files +# NewGRF inspect window +STR_NEWGRF_INSPECT_CAPTION :{WHITE}Inspect - {STRING5} +STR_NEWGRF_INSPECT_PARENT_BUTTON :{BLACK}Parent +STR_NEWGRF_INSPECT_PARENT_TOOLTIP :{BLACK}Inspect the object of the parent scope + +STR_NEWGRF_INSPECT_CAPTION_OBJECT_AT :{STRING1} at {HEX} +STR_NEWGRF_INSPECT_CAPTION_OBJECT_AT_RAIL_TYPE :Rail type + +STR_NEWGRF_INSPECT_QUERY_CAPTION :{WHITE}NewGRF variable 60+x parameter (hexadecimal) + # NewGRF (self) generated warnings/errors STR_NEWGRF_ERROR_MSG_INFO :{SILVER}{RAW_STRING} STR_NEWGRF_ERROR_MSG_WARNING :{RED}Warning: {SILVER}{RAW_STRING} |