diff options
author | Rob Mensching <rob@firegiant.com> | 2023-12-06 15:30:16 -0800 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2023-12-16 14:32:21 -0800 |
commit | 7be5d94529c8419b4bd5da4dcd838795622643cb (patch) | |
tree | 671f4361b47e3f03a1cb71facb1c533a0119d5e1 /src/ext/Http/wixlib | |
parent | 1bdcbeb08dfdcbec0929db19569e0eaa13de9c0e (diff) | |
download | wix-7be5d94529c8419b4bd5da4dcd838795622643cb.tar.gz wix-7be5d94529c8419b4bd5da4dcd838795622643cb.tar.bz2 wix-7be5d94529c8419b4bd5da4dcd838795622643cb.zip |
Link localizations from WixExtensions the same as sections
Diffstat (limited to 'src/ext/Http/wixlib')
-rw-r--r-- | src/ext/Http/wixlib/en-us.wxl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ext/Http/wixlib/en-us.wxl b/src/ext/Http/wixlib/en-us.wxl index de3e93cd..44731a5f 100644 --- a/src/ext/Http/wixlib/en-us.wxl +++ b/src/ext/Http/wixlib/en-us.wxl | |||
@@ -1,6 +1,6 @@ | |||
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 | <WixLocalization Culture="en-us" xmlns="http://wixtoolset.org/schemas/v4/wxl"> | 3 | <WixLocalization Culture="en-us" ExtensionDefaultCulture="yes" xmlns="http://wixtoolset.org/schemas/v4/wxl"> |
4 | <String Id="WixSchedHttpUrlReservationsInstall" Overridable="yes" Value="Preparing to configure Windows HTTP Server" /> | 4 | <String Id="WixSchedHttpUrlReservationsInstall" Overridable="yes" Value="Preparing to configure Windows HTTP Server" /> |
5 | <String Id="WixSchedHttpUrlReservationsUninstall" Overridable="yes" Value="Preparing to configure Windows HTTP Server" /> | 5 | <String Id="WixSchedHttpUrlReservationsUninstall" Overridable="yes" Value="Preparing to configure Windows HTTP Server" /> |
6 | <String Id="WixRollbackHttpUrlReservationsInstall" Overridable="yes" Value="Rolling back Windows HTTP Server configuration" /> | 6 | <String Id="WixRollbackHttpUrlReservationsInstall" Overridable="yes" Value="Rolling back Windows HTTP Server configuration" /> |