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",
|
||||
"pc": "Prospector Limpet Controller",
|
||||
"pce": "Economy Class Passenger Cabin",
|
||||
"passenger capacity": "Passenger Capacity",
|
||||
"pci": "Business Class Passenger Cabin",
|
||||
"pcm": "First Class Passenger Cabin",
|
||||
"pcq": "Luxury Passenger Cabin",
|
||||
|
||||
@@ -451,10 +451,10 @@ export default class ShipyardPage extends Page {
|
||||
<th className="sortable" onClick={sortShips('maxCargo')}>
|
||||
{translate('cargo')}
|
||||
</th>
|
||||
<th className="sortable" onClick={sortShips('maxPassengers')}>
|
||||
<th className="sortable" onClick={sortShips('maxPassengers')} onMouseEnter={termtip.bind(null, 'passenger capacity')}
|
||||
onMouseLeave={hide}>
|
||||
{translate('pax')}
|
||||
</th>
|
||||
|
||||
<th className="lft" colSpan={7}>
|
||||
{translate('core module classes')}
|
||||
</th>
|
||||
|
||||
Reference in New Issue
Block a user