From: Mark J S. <kr...@us...> - 2008-11-28 19:41:44
|
Update of /cvsroot/rails/18xx In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv6699/18xx Modified Files: LocalisedText.properties Log Message: Change 'Bank=Bank' to 'BANK=Bank' to match how GameStatus line 471 will now use it. GameStatus.java will also be updated. Index: LocalisedText.properties =================================================================== RCS file: /cvsroot/rails/18xx/LocalisedText.properties,v retrieving revision 1.60 retrieving revision 1.61 diff -C2 -d -r1.60 -r1.61 *** LocalisedText.properties 20 Nov 2008 21:49:38 -0000 1.60 --- LocalisedText.properties 28 Nov 2008 19:41:34 -0000 1.61 *************** *** 8,12 **** AlreadySoldThisTurn={0} already sold {1} this turn AmountMustBeMultipleOf10=Amount ({0}) must be a multiple of 10 ! Bank=Bank BANK_SHARES=Bank shares BASE_PRICE=<html>Base<br>Price</html> --- 8,12 ---- AlreadySoldThisTurn={0} already sold {1} this turn AmountMustBeMultipleOf10=Amount ({0}) must be a multiple of 10 ! BANK=Bank BANK_SHARES=Bank shares BASE_PRICE=<html>Base<br>Price</html> |