The key hint displays the key value of the "Exit Ship" key binding when it should display the value of the "Activate Module" key
from keyboard.cfg:
ENTER_SHIP = NUMPADENTER //Exit Ship ACTIVATE = Z //Activate Module
This is likely a leftover from some earlier restructuring, but it should be fixed nonetheless, and at the same time, the exposed variable should probably be renamed to EXIT_SHIP to avoid further confusion.