diff --git a/SQF/dayz_code/actions/unlock_veh.sqf b/SQF/dayz_code/actions/unlock_veh.sqf index 77b80505b..495a8c66a 100644 --- a/SQF/dayz_code/actions/unlock_veh.sqf +++ b/SQF/dayz_code/actions/unlock_veh.sqf @@ -18,7 +18,7 @@ if(player distance _vehicle < 10) then { publicVariable "PVDZE_veh_Lock"; }; - format["STR_EPOCH_PLAYER_331",_key] call dayz_rollingMessages; + format [localize "STR_EPOCH_PLAYER_331",_key] call dayz_rollingMessages; }; s_player_lockUnlock_crtl = -1;