From: Erik V. <ev...@us...> - 2010-01-25 20:52:52
|
Update of /cvsroot/rails/18xx In directory sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv31073 Modified Files: LocalisedText.properties Log Message: Minor fix to help message Index: LocalisedText.properties =================================================================== RCS file: /cvsroot/rails/18xx/LocalisedText.properties,v retrieving revision 1.102 retrieving revision 1.103 diff -C2 -d -r1.102 -r1.103 *** LocalisedText.properties 24 Jan 2010 16:21:28 -0000 1.102 --- LocalisedText.properties 25 Jan 2010 20:52:39 -0000 1.103 *************** *** 232,236 **** LayTileInfo=Lay an unconnected tile at hex {0} ({1}, {2}) # LayNamedTileInfo: {0}=tileId, {1}=name {2}=hexes, {3}=extra or notExtra, {4}=atNormalCost or atNoCost ! LayNamedTileInfo=Lay tile #{0} "{1}" at one of hexes {2} ({3}, {4}) LayToken=Lay Token LaysTileAt={0} lays tile #{1} at hex {2}/{3} --- 232,236 ---- LayTileInfo=Lay an unconnected tile at hex {0} ({1}, {2}) # LayNamedTileInfo: {0}=tileId, {1}=name {2}=hexes, {3}=extra or notExtra, {4}=atNormalCost or atNoCost ! LayNamedTileInfo=Lay tile #{0} {1} at (one of) hex(es) {2} ({3}, {4}) LayToken=Lay Token LaysTileAt={0} lays tile #{1} at hex {2}/{3} |