add pax tooltip

This commit is contained in:
William Blythe
2018-10-26 09:05:33 +11:00
parent 27fbc1ad66
commit 5048b7e094
2 changed files with 3 additions and 2 deletions

View File

@@ -116,6 +116,7 @@
"pas": "Planetary Approach Suite", "pas": "Planetary Approach Suite",
"pc": "Prospector Limpet Controller", "pc": "Prospector Limpet Controller",
"pce": "Economy Class Passenger Cabin", "pce": "Economy Class Passenger Cabin",
"passenger capacity": "Passenger Capacity",
"pci": "Business Class Passenger Cabin", "pci": "Business Class Passenger Cabin",
"pcm": "First Class Passenger Cabin", "pcm": "First Class Passenger Cabin",
"pcq": "Luxury Passenger Cabin", "pcq": "Luxury Passenger Cabin",

View File

@@ -451,10 +451,10 @@ export default class ShipyardPage extends Page {
<th className="sortable" onClick={sortShips('maxCargo')}> <th className="sortable" onClick={sortShips('maxCargo')}>
{translate('cargo')} {translate('cargo')}
</th> </th>
<th className="sortable" onClick={sortShips('maxPassengers')}> <th className="sortable" onClick={sortShips('maxPassengers')} onMouseEnter={termtip.bind(null, 'passenger capacity')}
onMouseLeave={hide}>
{translate('pax')} {translate('pax')}
</th> </th>
<th className="lft" colSpan={7}> <th className="lft" colSpan={7}>
{translate('core module classes')} {translate('core module classes')}
</th> </th>