aboutsummaryrefslogtreecommitdiff
path: root/src/ext/DifxApp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ext/DifxApp')
-rw-r--r--src/ext/DifxApp/test/WixToolsetTest.DifxApp/TestData/UsingDriver/Package.en-us.wxl8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/ext/DifxApp/test/WixToolsetTest.DifxApp/TestData/UsingDriver/Package.en-us.wxl b/src/ext/DifxApp/test/WixToolsetTest.DifxApp/TestData/UsingDriver/Package.en-us.wxl
index 38c12ac1..f1df1234 100644
--- a/src/ext/DifxApp/test/WixToolsetTest.DifxApp/TestData/UsingDriver/Package.en-us.wxl
+++ b/src/ext/DifxApp/test/WixToolsetTest.DifxApp/TestData/UsingDriver/Package.en-us.wxl
@@ -1,11 +1,9 @@
1<?xml version="1.0" encoding="utf-8"?> 1<!--
2
3<!--
4This file contains the declaration of all the localizable strings. 2This file contains the declaration of all the localizable strings.
5--> 3-->
6<WixLocalization xmlns="http://wixtoolset.org/schemas/v4/wxl" Culture="en-US"> 4<WixLocalization xmlns="http://wixtoolset.org/schemas/v4/wxl" Culture="en-US">
7 5
8 <String Id="DowngradeError">A newer version of [ProductName] is already installed.</String> 6 <String Id="DowngradeError" Value="A newer version of [ProductName] is already installed." />
9 <String Id="FeatureTitle">MsiPackage</String> 7 <String Id="FeatureTitle" Value="MsiPackage" />
10 8
11</WixLocalization> 9</WixLocalization>