(svn r20113) -Add [FS#3895]: Show an specific error message when trying to remove nonexistant roads (Krille).

This commit is contained in:
terkhen
2010-07-10 20:12:32 +00:00
parent c873246257
commit 6e226dc1fb
2 changed files with 4 additions and 2 deletions

View File

@@ -3559,6 +3559,8 @@ STR_ERROR_CAN_T_BUILD_ROAD_HERE :{WHITE}Can't bu
STR_ERROR_CAN_T_BUILD_TRAMWAY_HERE :{WHITE}Can't build tramway here...
STR_ERROR_CAN_T_REMOVE_ROAD_FROM :{WHITE}Can't remove road from here...
STR_ERROR_CAN_T_REMOVE_TRAMWAY_FROM :{WHITE}Can't remove tramway from here...
STR_ERROR_THERE_IS_NO_ROAD :{WHITE}...there is no road
STR_ERROR_THERE_IS_NO_TRAMWAY :{WHITE}...there is no tramway
# Waterway construction errors
STR_ERROR_CAN_T_BUILD_CANALS :{WHITE}Can't build canals here...