View Single Post
  #6  
Old 21-04-2023, 16:46
Proxson's Avatar
Proxson Proxson is offline
Registered User
 
Join Date: Nov 2017
Location: Croatia
Posts: 45
Thanks: 34
Thanked 26 Times in 19 Posts
Proxson is on a distinguished road
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}

Last edited by Proxson; 21-04-2023 at 20:02.
Reply With Quote
The Following 3 Users Say Thank You to Proxson For This Useful Post:
Cesar82 (21-04-2023), KaktoR (22-04-2023), Titeuf (22-04-2023)