aboutsummaryrefslogtreecommitdiff
path: root/src/test
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/test
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/test')
-rw-r--r--src/test/wix/TestData/WixprojPackageVcxprojWindowsApp/Package.en-us.wxl4
-rw-r--r--src/test/wix/TestData/WixprojPackageVcxprojWindowsApp/Package.ja-jp.wxl4
2 files changed, 4 insertions, 4 deletions
diff --git a/src/test/wix/TestData/WixprojPackageVcxprojWindowsApp/Package.en-us.wxl b/src/test/wix/TestData/WixprojPackageVcxprojWindowsApp/Package.en-us.wxl
index 6a53859c..70e1f39f 100644
--- a/src/test/wix/TestData/WixprojPackageVcxprojWindowsApp/Package.en-us.wxl
+++ b/src/test/wix/TestData/WixprojPackageVcxprojWindowsApp/Package.en-us.wxl
@@ -5,7 +5,7 @@ This file contains the declaration of all the localizable strings.
5--> 5-->
6<WixLocalization xmlns="http://wixtoolset.org/schemas/v4/wxl" Culture="en-US"> 6<WixLocalization xmlns="http://wixtoolset.org/schemas/v4/wxl" Culture="en-US">
7 7
8 <String Id="PackageName">WixprojPackageVcxprojWindowsApp</String> 8 <String Id="PackageName" Value="WixprojPackageVcxprojWindowsApp" />
9 <String Id="FeatureTitle">The First Feature in my Product</String> 9 <String Id="FeatureTitle" Value="The First Feature in my Product" />
10 10
11</WixLocalization> 11</WixLocalization>
diff --git a/src/test/wix/TestData/WixprojPackageVcxprojWindowsApp/Package.ja-jp.wxl b/src/test/wix/TestData/WixprojPackageVcxprojWindowsApp/Package.ja-jp.wxl
index 0f902c8d..16edf6d9 100644
--- a/src/test/wix/TestData/WixprojPackageVcxprojWindowsApp/Package.ja-jp.wxl
+++ b/src/test/wix/TestData/WixprojPackageVcxprojWindowsApp/Package.ja-jp.wxl
@@ -5,7 +5,7 @@ This file contains the declaration of all the localizable strings.
5--> 5-->
6<WixLocalization xmlns="http://wixtoolset.org/schemas/v4/wxl" Culture="ja-JP"> 6<WixLocalization xmlns="http://wixtoolset.org/schemas/v4/wxl" Culture="ja-JP">
7 7
8 <String Id="PackageName">WixprojPackageVcxprojWindowsApp-jp</String> 8 <String Id="PackageName" Value="WixprojPackageVcxprojWindowsApp-jp" />
9 <String Id="FeatureTitle">The First Feature in my Prooooduct, eh?</String> 9 <String Id="FeatureTitle" Value="The First Feature in my Prooooduct, eh?" />
10 10
11</WixLocalization> 11</WixLocalization>