diff options
author | alberth <alberth@openttd.org> | 2011-01-13 21:59:39 +0000 |
---|---|---|
committer | alberth <alberth@openttd.org> | 2011-01-13 21:59:39 +0000 |
commit | 313654f18db432eacb74f9a4457ceb4876c820f6 (patch) | |
tree | 5bdd8e04fbb3e5537cc991861bed4c571734847e /src/lang | |
parent | b1546da65e75f9addb621c7eb3b33f654228f715 (diff) | |
download | openttd-313654f18db432eacb74f9a4457ceb4876c820f6.tar.xz |
(svn r21773) -Change: Remove the dropdown, and make BOW_OBJECT_LIST a list of newobject classes.
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 32a47c08d..3cb82f9a6 100644 --- a/src/lang/english.txt +++ b/src/lang/english.txt @@ -2084,7 +2084,7 @@ STR_LANDSCAPING_TOOLTIP_PURCHASE_LAND :{BLACK}Purchase # Object construction window STR_OBJECT_BUILD_CAPTION :{WHITE}Object Selection STR_OBJECT_BUILD_TOOLTIP :{BLACK}Select object to build. Shift toggles building/showing cost estimate -STR_OBJECT_BUILD_CLASS_LABEL :{BLACK}Object class +STR_OBJECT_BUILD_CLASS_TOOLTIP :{BLACK}Select class of the object to build STR_OBJECT_BUILD_PREVIEW_TOOLTIP :{BLACK}Preview of the object STR_OBJECT_BUILD_SIZE :{BLACK}Size: {GOLD}{NUM} x {NUM} tiles |