Skip to content

Commit

Permalink
fixup! Clarify descriptions of income and upkeep.
Browse files Browse the repository at this point in the history
(cherry picked from commit a42a256)
  • Loading branch information
jostephd committed Sep 14, 2019
1 parent 8a024ad commit 7267c4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/reports.cpp
Expand Up @@ -1341,7 +1341,7 @@ REPORT_GENERATOR(upkeep, rc)
const team &viewing_team = rc.dc().get_team(viewing_side);
team_data td(rc.dc(), viewing_team);
str << td.expenses << " (" << td.upkeep << ")";
return gray_inactive(rc,str.str(), _("Upkeep") + "\n\n" + _("The expenses incurred at the end of every turn to maintain your army. The first number is the amount of gold that will be deducted. It is equal to the number of unit-levels not covered by base income, village income and village support. The second is the total cost of upkeep, including that covered by villages — in other words, the amount of gold that would be deducted if you lost all villages."));
return gray_inactive(rc,str.str(), _("Upkeep") + "\n\n" + _("The expenses incurred at the end of every turn to maintain your army. The first number is the amount of gold that will be deducted. It is equal to the number of unit levels not covered by base income, village income and village support. The second is the total cost of upkeep, including that covered by villages — in other words, the amount of gold that would be deducted if you lost all villages."));
}

REPORT_GENERATOR(expenses, rc)
Expand Down

0 comments on commit 7267c4e

Please sign in to comment.