Update of /cvsroot/rails/18xx/rails/game
In directory sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv32676/rails/game
Modified Files:
Round.java
Log Message:
Improved token exchange texts
Index: Round.java
===================================================================
RCS file: /cvsroot/rails/18xx/rails/game/Round.java,v
retrieving revision 1.30
retrieving revision 1.31
diff -C2 -d -r1.30 -r1.31
*** Round.java 27 Nov 2009 20:35:18 -0000 1.30
--- Round.java 7 Dec 2009 17:50:38 -0000 1.31
***************
*** 213,216 ****
--- 213,217 ----
ReportBuffer.add(LocalText.getText("NoBaseTokenExchange",
comp.getName(),
+ token.getOldCompanyName(),
city.getName()));
}
|