diff options
author | truelight <truelight@openttd.org> | 2005-01-03 19:45:18 +0000 |
---|---|---|
committer | truelight <truelight@openttd.org> | 2005-01-03 19:45:18 +0000 |
commit | 3b7d2a8b678d712728d1394845516536827ba154 (patch) | |
tree | 42006884ef02083c7d1eca0643a2a2646ffb4fda /lang/english.txt | |
parent | 20a284392041047fb33c9c538aaef365068bca02 (diff) | |
download | openttd-3b7d2a8b678d712728d1394845516536827ba154.tar.xz |
(svn r1348) -Feature: resizable windows. Read the comment in window.h to find out
how the system works. All useful windows are already made resizable. Enjoy :)
-Fix: fixed some GUI-glitches and flaws along the way
Diffstat (limited to 'lang/english.txt')
-rw-r--r-- | lang/english.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lang/english.txt b/lang/english.txt index 13d220cf3..ca696992e 100644 --- a/lang/english.txt +++ b/lang/english.txt @@ -416,6 +416,7 @@ STR_018A_CAN_T_CHANGE_SERVICING :{WHITE}Can't change servicing interval... STR_018B_CLOSE_WINDOW :{BLACK}Close window STR_018C_WINDOW_TITLE_DRAG_THIS :{BLACK}Window title - drag this to move window STR_STICKY_BUTTON :{BLACK}Mark this window as uncloseable by the 'Close All Windows' key +STR_RESIZE_BUTTON :{BLACK}Click and drag to resize this window STR_018D_DEMOLISH_BUILDINGS_ETC :{BLACK}Demolish buildings etc. on a square of land STR_018E_LOWER_A_CORNER_OF_LAND :{BLACK}Lower a corner of land STR_018F_RAISE_A_CORNER_OF_LAND :{BLACK}Raise a corner of land @@ -2774,9 +2775,9 @@ STR_REPLACE_HELP :{BLACK}This feature allows you to select an enginetype an ############ Lists rail types -STR_RAIL_VEHICLES :{BLACK}Rail Vehicles -STR_MONORAIL_VEHICLES :{BLACK}Monorail Vehicles -STR_MAGLEV_VEHICLES :{BLACK}Maglev Vehicles +STR_RAIL_VEHICLES :Rail Vehicles +STR_MONORAIL_VEHICLES :Monorail Vehicles +STR_MAGLEV_VEHICLES :Maglev Vehicles ############ End of list of rail types |