Fix misprint

This commit is contained in:
Pavel Strybuk
2021-06-06 20:12:42 +03:00
parent 301c97db58
commit c674459376
2 changed files with 452 additions and 452 deletions

View File

@@ -162,7 +162,7 @@
"life support": "Lebenserhaltung",
"power plant": "Kraftwerk",
"thrusters": "Antriebe",
"power distriubtor": "Energieverteiler",
"power distributor": "Energieverteiler",
"sensors": "Sensoren",
"bins": "Behältnisse",
"bays": "Slots",

View File

@@ -544,7 +544,7 @@ export default class ShipyardPage extends Page {
</th>
<th
className="sortable"
onMouseEnter={termtip.bind(null, 'power distriubtor')}
onMouseEnter={termtip.bind(null, 'power distributor')}
onMouseLeave={hide}
onClick={sortShips('standard', 4)}
>
@@ -615,7 +615,7 @@ export default class ShipyardPage extends Page {
</div>
</div>
<div className="table-tools" >
<label><input type="checkbox" checked={this.state.groupCompared} onClick={() => this._toggleGroupCompared()}/>Group highlighted ships</label>
<label><input type="checkbox" checked={this.state.groupCompared} onClick={() => this._toggleGroupCompared()}/>{translate('Group highlighted ships')}</label>
</div>
</div>
</div>