From 033f38a28c89945ce4379f5992e8f36943a125ab Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Tue, 25 Oct 2022 11:20:31 -0700 Subject: Loc files were still using inner text, stop doing that Fixes 6970 --- .../wix/TestData/WixprojPackageVcxprojWindowsApp/Package.en-us.wxl | 4 ++-- .../wix/TestData/WixprojPackageVcxprojWindowsApp/Package.ja-jp.wxl | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'src/test') 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. --> - WixprojPackageVcxprojWindowsApp - The First Feature in my Product + + 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. --> - WixprojPackageVcxprojWindowsApp-jp - The First Feature in my Prooooduct, eh? + + -- cgit v1.2.3-55-g6feb