diff --git a/Missionframework/scripts/shared/fetch_params.sqf b/Missionframework/scripts/shared/fetch_params.sqf index bed215d2..515f3cb9 100644 --- a/Missionframework/scripts/shared/fetch_params.sqf +++ b/Missionframework/scripts/shared/fetch_params.sqf @@ -419,7 +419,7 @@ if (!isDedicated && hasInterface) then { _text = _text + format ["%1
%2

", _param, _value]; _param = localize "STR_RESTART_PARAM"; - _value = if (KP_liberation_restart == 0) then {localize "STR_PARAMS_ENABLED";} else {KP_liberation_restart;}; + _value = if (KP_liberation_restart == 0) then {localize "STR_PARAMS_DISABLED";} else {KP_liberation_restart;}; _text = _text + format ["%1
%2

", _param, _value]; player createDiaryRecord ["parameters",["Active", _text]];