Just a small typo fix in the script at lines 6172, 6215. Hint... reuirements
Code:
{#if UseSystemReq}english.Hardware50=Your system does partially meet the hardware reuirements.{#endif}
proper...
Code:
{#if UseSystemReq}english.Hardware50=Your system does partially meet the hardware requirements.{#endif}