diff options
author | belugas <belugas@openttd.org> | 2008-06-14 01:08:59 +0000 |
---|---|---|
committer | belugas <belugas@openttd.org> | 2008-06-14 01:08:59 +0000 |
commit | bcb71a011e229b9a20653c04610c6a455e1e73f5 (patch) | |
tree | b8e3559d886f66e27a9fe1fd49affc6d30fef894 /src/lang | |
parent | fd08e7b51ab1d842fc40d407f3f0bb3d42018e96 (diff) | |
download | openttd-bcb71a011e229b9a20653c04610c6a455e1e73f5.tar.xz |
(svn r13513) -Codechange: Give proper message when building a river fails.
Give proper description of a river tile with the Query Tool.
Extracted (in part) from FS#1884, by Ammler
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 cb0e12e4e..e01c4dc35 100644 --- a/src/lang/english.txt +++ b/src/lang/english.txt @@ -1291,6 +1291,9 @@ STR_CANT_BUILD_LOCKS :{WHITE}Can't bu STR_BUILD_LOCKS_TIP :{BLACK}Build locks STR_LANDINFO_LOCK :Lock +STR_CANT_PLACE_RIVERS :{WHITE}Can't place rivers here... +STR_LANDINFO_RIVER :River + STR_BUOY_IS_IN_USE :{WHITE}...buoy is in use! STR_LANDINFO_COORDS :{BLACK}Coordinates: {LTBLUE}{NUM}x{NUM}x{NUM} ({STRING}) |