mirror of
https://github.com/seemueller-io/yachtpit.git
synced 2025-09-08 22:46:45 +00:00
7 lines
275 B
XML
7 lines
275 B
XML
<!--
|
|
This file contains the declaration of all the localizable strings.
|
|
-->
|
|
<WixLocalization xmlns="http://wixtoolset.org/schemas/v4/wxl" Culture="en-US">
|
|
<String Id="DowngradeError" Value="A newer version of [ProductName] is already installed." />
|
|
</WixLocalization>
|