mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-10 15:15:34 +00:00
add pax tooltip
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user