5c1d844e40
* Name change OSX -> macOS
fix commit c96b64e
This commit finishes remaining osx to macOS change, as well as replacing MacOS with macOS.
The reason for the later one is because the "correct" casing of macOS is like that. Apple styles it to looks like iOS, watchOS, tvOS, etc. And unfortunately they all start with a lowercase letter, making propercasing (or even title-casing) odd.
* fix casing of Linux, UNIX, and Windows
14 lines
No EOL
557 B
XML
14 lines
No EOL
557 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<WixLocalization Culture="en-us" Codepage="1252" xmlns="http://schemas.microsoft.com/wix/2006/localization">
|
|
<String Id="Language">1033</String>
|
|
<!-- Supported language and codepage codes can be found here: http://www.tramontana.co.hu/wix/lesson2.php#2.4 -->
|
|
|
|
<String Id="LicenseRtf" Overridable="yes">COPYING.rtf</String>
|
|
|
|
<String Id="ExitDialogText">[ProductName] was installed in
|
|
|
|
[APPLICATIONFOLDER].
|
|
|
|
You may need to restart Cmd/Powershell Windows before using it.</String>
|
|
|
|
</WixLocalization> |