diff options
author | Rob Mensching <rob@firegiant.com> | 2022-10-25 11:20:31 -0700 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2022-10-31 10:57:14 -0700 |
commit | 033f38a28c89945ce4379f5992e8f36943a125ab (patch) | |
tree | 7feb7700b4bca1c0cff5bdb85af5e2d543e226c2 /src/ext/Util/test/WixToolsetTest.Util/TestData/BundleWithSearches/Bundle.en-us.wxl | |
parent | 217182f85fa737d20fb5846f395cabfa599bf1c6 (diff) | |
download | wix-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/Util/test/WixToolsetTest.Util/TestData/BundleWithSearches/Bundle.en-us.wxl')
-rw-r--r-- | src/ext/Util/test/WixToolsetTest.Util/TestData/BundleWithSearches/Bundle.en-us.wxl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ext/Util/test/WixToolsetTest.Util/TestData/BundleWithSearches/Bundle.en-us.wxl b/src/ext/Util/test/WixToolsetTest.Util/TestData/BundleWithSearches/Bundle.en-us.wxl index f50a5386..79cdca11 100644 --- a/src/ext/Util/test/WixToolsetTest.Util/TestData/BundleWithSearches/Bundle.en-us.wxl +++ b/src/ext/Util/test/WixToolsetTest.Util/TestData/BundleWithSearches/Bundle.en-us.wxl | |||
@@ -3,6 +3,6 @@ This file contains the declaration of all the localizable strings. | |||
3 | --> | 3 | --> |
4 | <WixLocalization xmlns="http://wixtoolset.org/schemas/v4/wxl" Culture="en-US"> | 4 | <WixLocalization xmlns="http://wixtoolset.org/schemas/v4/wxl" Culture="en-US"> |
5 | 5 | ||
6 | <String Id="BundleName">~TestBundle</String> | 6 | <String Id="BundleName" Value="~TestBundle" /> |
7 | 7 | ||
8 | </WixLocalization> | 8 | </WixLocalization> |