Skip to content

Commit

Permalink
Merge pull request #254 from Rails-18xx/pr-mbr/Issue#239
Browse files Browse the repository at this point in the history
pr-mbr/Issue#239 : Changing Header INformation for Company Treasury
  • Loading branch information
erik-vos authored Jun 19, 2020
2 parents 4b7c064 + 6dc43d5 commit 3b89b60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/net/sf/rails/ui/swing/GameStatus.java
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ protected void initFields() {
addField(new Caption(LocalText.getText("COMPANY_DETAILS")),
compCashXOffset, 0, 4 + (compCanBuyPrivates ? 1 : 0)
+ (hasCompanyLoans ? 1 : 0), 1, 0, true);
addField(new Caption(LocalText.getText("CASH")), compCashXOffset, 1, 1,
addField(new Caption(LocalText.getText("TREASURY")), compCashXOffset, 1, 1,
1, WIDE_BOTTOM, true);
addField(new Caption(LocalText.getText("REVENUE")), compRevenueXOffset,
1, 1, 1, WIDE_BOTTOM, true);
Expand Down
1 change: 1 addition & 0 deletions src/main/resources/LocalisedText.properties
Original file line number Diff line number Diff line change
Expand Up @@ -845,6 +845,7 @@ TrainsObsolete.ALL=All {0}-trains are obsolete and will be removed after the nex
TrainsObsolete.EXCEPT_TRIGGERING=All {0}-trains (except those owned by the active company) are obsolete and will be removed after the next run.
TrainsObsoleteRusted=Obsolete Train {0} of company {1} rusted.
TrainsRusted=All {0}-trains have rusted and have been removed.
TREASURY=Treasury
TreasuryChoice=Treasury choice
TREASURY_SHARES=<html>Treasury<br>shares
TreasuryOverHoldLimit=Treasury would get over the {0}% hold limit
Expand Down

0 comments on commit 3b89b60

Please sign in to comment.