aboutsummaryrefslogtreecommitdiff
path: root/src/ext/Dependency/wixlib
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2023-12-06 15:30:16 -0800
committerRob Mensching <rob@firegiant.com>2023-12-16 14:32:21 -0800
commit7be5d94529c8419b4bd5da4dcd838795622643cb (patch)
tree671f4361b47e3f03a1cb71facb1c533a0119d5e1 /src/ext/Dependency/wixlib
parent1bdcbeb08dfdcbec0929db19569e0eaa13de9c0e (diff)
downloadwix-7be5d94529c8419b4bd5da4dcd838795622643cb.tar.gz
wix-7be5d94529c8419b4bd5da4dcd838795622643cb.tar.bz2
wix-7be5d94529c8419b4bd5da4dcd838795622643cb.zip
Link localizations from WixExtensions the same as sections
Diffstat (limited to 'src/ext/Dependency/wixlib')
-rw-r--r--src/ext/Dependency/wixlib/en-us.wxl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ext/Dependency/wixlib/en-us.wxl b/src/ext/Dependency/wixlib/en-us.wxl
index ca0a3ea6..9d6cc63a 100644
--- a/src/ext/Dependency/wixlib/en-us.wxl
+++ b/src/ext/Dependency/wixlib/en-us.wxl
@@ -1,7 +1,7 @@
1<!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. --> 1<!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. -->
2 2
3 3
4<WixLocalization Culture="en-US" xmlns="http://wixtoolset.org/schemas/v4/wxl"> 4<WixLocalization Culture="en-US" ExtensionDefaultCulture="yes" xmlns="http://wixtoolset.org/schemas/v4/wxl">
5 <String Id="msierrDependencyMissingDependencies" Overridable="yes" Value="If you continue with this install, the product may not work properly because [2] or more dependencies are missing. Do you want to continue with this install anyway?" /> 5 <String Id="msierrDependencyMissingDependencies" Overridable="yes" Value="If you continue with this install, the product may not work properly because [2] or more dependencies are missing. Do you want to continue with this install anyway?" />
6 <String Id="msierrDependencyHasDependents" Overridable="yes" Value="If you continue with this uninstall, [2] or more products may stop working properly. Do you want to continue with this uninstall anyway?" /> 6 <String Id="msierrDependencyHasDependents" Overridable="yes" Value="If you continue with this uninstall, [2] or more products may stop working properly. Do you want to continue with this uninstall anyway?" />
7</WixLocalization> 7</WixLocalization>