mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Refuel - Fix hint string not being localized (#6214)
This commit is contained in:
parent
743fbd4875
commit
ba9cff211a
@ -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);
|
||||
};
|
||||
},
|
||||
"",
|
||||
|
Loading…
Reference in New Issue
Block a user