Refuel - Fix hint string not being localized (#6214)

This commit is contained in:
PabstMirror 2018-04-07 20:22:46 -05:00 committed by GitHub
parent 743fbd4875
commit ba9cff211a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -125,7 +125,7 @@ private _attachPosModel = _sink worldToModel (ASLtoAGL _bestPosASL);
_unit setVariable [QGVAR(tempFuel), nil];
[_unit, _nozzle] call FUNC(turnOn);
} else {
[LSTRING(CouldNotTurnOn)] call EFUNC(common,displayText);
[localize LSTRING(CouldNotTurnOn)] call EFUNC(common,displayText);
};
},
"",