Update of /cvsroot/rails/18xx/rails/game
In directory sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv7157/rails/game
Modified Files:
OperatingRound.java
Log Message:
Fixed message text
Index: OperatingRound.java
===================================================================
RCS file: /cvsroot/rails/18xx/rails/game/OperatingRound.java,v
retrieving revision 1.82
retrieving revision 1.83
diff -C2 -d -r1.82 -r1.83
*** OperatingRound.java 20 Dec 2009 14:57:02 -0000 1.82
--- OperatingRound.java 26 Dec 2009 12:48:31 -0000 1.83
***************
*** 722,726 ****
errMsg =
LocalText.getText("NotEnoughMoney",
! operatingCompany.getName());
break;
}
--- 722,728 ----
errMsg =
LocalText.getText("NotEnoughMoney",
! operatingCompany.getName(),
! Bank.format(operatingCompany.getCash()),
! Bank.format(cost));
break;
}
|