build/windows: Drop absurd custom translation of WindowsVersionNotSupported
This have nothing to do with the OS build version but mostly with the OS arch. Yeah, the original Inno string is obscure but at least not false.
This commit is contained in:
parent
c2195a24ca
commit
246d73de04
1 changed files with 0 additions and 3 deletions
|
|
@ -12,9 +12,6 @@
|
|||
<config name="WinVersionTooLowError">
|
||||
<value>This version of GIMP requires Windows 10, or a newer version of Windows.</value>
|
||||
</config>
|
||||
<config name="WindowsVersionNotSupported">
|
||||
<value>This version of GIMP requires Windows 10, or a newer version of Windows.</value>
|
||||
</config>
|
||||
</section>
|
||||
|
||||
<section name="CustomMessages">
|
||||
|
|
|
|||
Loading…
Reference in a new issue