diff options
author | rubidium <rubidium@openttd.org> | 2010-04-24 13:27:22 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2010-04-24 13:27:22 +0000 |
commit | e75e2648fc5a9c741629ef1efc8a097c655ed035 (patch) | |
tree | 37af684212bbdd39ab92860c5e0adb3e68f9fb87 /src/lang | |
parent | fef77ca53e2d3a381889aecc6739053f1582143b (diff) | |
download | openttd-e75e2648fc5a9c741629ef1efc8a097c655ed035.tar.xz |
(svn r19706) -Add: support for the (NewGRF) debug box
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 fe1848229..09acfe907 100644 --- a/src/lang/english.txt +++ b/src/lang/english.txt @@ -230,6 +230,7 @@ STR_BUTTON_RENAME :{BLACK}Rename STR_TOOLTIP_CLOSE_WINDOW :{BLACK}Close window STR_TOOLTIP_WINDOW_TITLE_DRAG_THIS :{BLACK}Window title - drag this to move window STR_TOOLTIP_SHADE :{BLACK}Shade window - only show the title bar +STR_TOOLTIP_DEBUG :{BLACK}Show NewGRF debug information STR_TOOLTIP_STICKY :{BLACK}Mark this window as uncloseable by the 'Close All Windows' key STR_TOOLTIP_RESIZE :{BLACK}Click and drag to resize this window STR_TOOLTIP_TOGGLE_LARGE_SMALL_WINDOW :{BLACK}Toggle large/small window size |