summaryrefslogtreecommitdiff
path: root/src/ext/ComPlus/test/WixToolsetTest.ComPlus/TestData/UsingComPlusPartition/Package.en-us.wxl
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2022-10-25 11:20:31 -0700
committerRob Mensching <rob@firegiant.com>2022-10-31 10:57:14 -0700
commit033f38a28c89945ce4379f5992e8f36943a125ab (patch)
tree7feb7700b4bca1c0cff5bdb85af5e2d543e226c2 /src/ext/ComPlus/test/WixToolsetTest.ComPlus/TestData/UsingComPlusPartition/Package.en-us.wxl
parent217182f85fa737d20fb5846f395cabfa599bf1c6 (diff)
downloadwix-033f38a28c89945ce4379f5992e8f36943a125ab.tar.gz
wix-033f38a28c89945ce4379f5992e8f36943a125ab.tar.bz2
wix-033f38a28c89945ce4379f5992e8f36943a125ab.zip
Loc files were still using inner text, stop doing that
Fixes 6970
Diffstat (limited to 'src/ext/ComPlus/test/WixToolsetTest.ComPlus/TestData/UsingComPlusPartition/Package.en-us.wxl')
-rw-r--r--src/ext/ComPlus/test/WixToolsetTest.ComPlus/TestData/UsingComPlusPartition/Package.en-us.wxl8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/ext/ComPlus/test/WixToolsetTest.ComPlus/TestData/UsingComPlusPartition/Package.en-us.wxl b/src/ext/ComPlus/test/WixToolsetTest.ComPlus/TestData/UsingComPlusPartition/Package.en-us.wxl
index 38c12ac1..f1df1234 100644
--- a/src/ext/ComPlus/test/WixToolsetTest.ComPlus/TestData/UsingComPlusPartition/Package.en-us.wxl
+++ b/src/ext/ComPlus/test/WixToolsetTest.ComPlus/TestData/UsingComPlusPartition/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>