diff --git a/src/Corporation/corporate-divisionAcquiring.js b/src/Corporation/corporate-divisionAcquiring.js index 145c9a3bc16bcf6f611a03f27999bc8126e83fe1..867ae142ed44867743cd5aa01e9fd33103837bf4 100644 --- a/src/Corporation/corporate-divisionAcquiring.js +++ b/src/Corporation/corporate-divisionAcquiring.js @@ -34,11 +34,11 @@ App.Corporate.Init_DivisionAcquiring = function(shared) { message_endWeek_Slaves(divLedger) { let newSlaves = divLedger.slaves.value; if(newSlaves > 0) { - return `<span class="green">acquired ${numberWithPlural(newSlaves, "slave")}</span>` - + (this.hadMercenaryHelp ? " with the help of your mercenaries" : ""); + return `<span class="green">acquired ${numberWithPlural(newSlaves, "slave")}` + + (this.hadMercenaryHelp ? "</span> with the help of your mercenaries." : ".</span>"); } else { return `<span class="red">failed to acquire any slaves</span>` - + (this.hadMercenaryHelp ? " even with the help of your mercenaries" : ""); + + (this.hadMercenaryHelp ? "</span> even with the help of your mercenaries." : ".</span>"); } } endWeek_Slaves(divLedger) { diff --git a/src/Corporation/corporate-divisionProcessing.js b/src/Corporation/corporate-divisionProcessing.js index 719dac292fc015dec1dc4064a25490a2060a7f31..b66bdded6136e825a7d9a623626067594c9bca47 100644 --- a/src/Corporation/corporate-divisionProcessing.js +++ b/src/Corporation/corporate-divisionProcessing.js @@ -43,9 +43,9 @@ App.Corporate.Init_DivisionProcessing = function(shared) { } retval += " The division "; if(this.activeSlaves) { - retval += `is still ${this._const.slaveProcessDescription.present} ${numberWithPlural(this.activeSlaves, "slave")}`; + retval += `is still ${this._const.slaveProcessDescription.present} ${numberWithPlural(this.activeSlaves, "slave")}.`; } else { - retval += `doesn't have any slaves to ${this._const.slaveProcessDescription.future}`; + retval += `doesn't have any slaves to ${this._const.slaveProcessDescription.future}.`; } return retval; } diff --git a/src/Corporation/corporate-divisionWorking.js b/src/Corporation/corporate-divisionWorking.js index 2cfbd382f0ce6d1d2a97c3a1561aa0ecbae9ceed..8f4a6dbf1b13f769abca14e09e28f7c913b111f9 100644 --- a/src/Corporation/corporate-divisionWorking.js +++ b/src/Corporation/corporate-divisionWorking.js @@ -38,12 +38,12 @@ App.Corporate.Init_DivisionWorking = function(shared) { let lostSlaves = divLedger.slaves.value; let retval = '';// The division if(this.activeSlaves <= 0) { - retval += `has <span class="red">no slaves</span> to ${this._const.slaveWorkDescription.future}`; + retval += `has <span class="red">no slaves</span> to ${this._const.slaveWorkDescription.future}.`; } else { retval += `is ${this._const.slaveWorkDescription.present} <span class="green">${numberWithPlural(this.activeSlaves, 'slave')}.</span> `; } if(lostSlaves > 0) { - retval += `During operations <span class="red">${numberWithPlural(lostSlaves, 'slave')}</span> ${this._const.slaveWorkDescription.past}`; + retval += `During operations <span class="red">${numberWithPlural(lostSlaves, 'slave')}</span> ${this._const.slaveWorkDescription.past}.`; } return retval; } diff --git a/src/Corporation/corporationDevelopments.tw b/src/Corporation/corporationDevelopments.tw index 0403f009bc6769bb1194d467642e5bc9085caa02..b6554c11444d7834101c6409c1ac529473b1d414 100644 --- a/src/Corporation/corporationDevelopments.tw +++ b/src/Corporation/corporationDevelopments.tw @@ -14,7 +14,7 @@ <<for _d range _weekLedger.divisionLedgers>> <<set _div = _d.division>> /* Reporting on number of slaves being processed or completed processing */ - <br><<= _div.name>>: The division <<= _div.message_endWeek_Slaves(_d) >>. + <br><<= _div.name>>: The division <<= _div.message_endWeek_Slaves(_d) >> <<if _d.market.originalBuy != null>> <br> <<if _d.market.buy == 0>>