diff options
author | rubidium <rubidium@openttd.org> | 2010-05-04 22:04:28 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2010-05-04 22:04:28 +0000 |
commit | b11dfa8cb835692a8136120c4ee32ee2608d7f80 (patch) | |
tree | f1775ab693acf4a0a293e512614896d0275e7b5a /src/lang | |
parent | 5db70ad649129bc9cbdbed58cc62c34f0ee1d376 (diff) | |
download | openttd-b11dfa8cb835692a8136120c4ee32ee2608d7f80.tar.xz |
(svn r19758) -Add: {HEIGHT} string command
Diffstat (limited to 'src/lang')
-rw-r--r-- | src/lang/english.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lang/english.txt b/src/lang/english.txt index cfc24b94f..f33f01f45 100644 --- a/src/lang/english.txt +++ b/src/lang/english.txt @@ -215,6 +215,9 @@ STR_UNITS_VOLUME_LONG_SI :{COMMA} m³ STR_UNITS_FORCE_SI :{COMMA} kN +STR_UNITS_HEIGHT_IMPERIAL :{COMMA} ft +STR_UNITS_HEIGHT_SI :{COMMA} m + # Common window strings STR_LIST_FILTER_OSKTITLE :{BLACK}Enter filter string STR_LIST_FILTER_TOOLTIP :{BLACK}Enter a keyword to filter the list for |