From: Mark J S. <kr...@us...> - 2008-11-28 19:46:24
|
Update of /cvsroot/rails/18xx/rails/game In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv6865/18xx/rails/game Modified Files: Bank.java Log Message: Update the LocalText.getText("Bank") to LocalText.getText("BANK") Index: Bank.java =================================================================== RCS file: /cvsroot/rails/18xx/rails/game/Bank.java,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** Bank.java 20 Nov 2008 21:49:38 -0000 1.8 --- Bank.java 28 Nov 2008 19:46:17 -0000 1.9 *************** *** 243,247 **** public String getName() { ! return LocalText.getText("Bank"); } --- 243,247 ---- public String getName() { ! return LocalText.getText("BANK"); } |