summaryrefslogtreecommitdiff
path: root/src/ext/Msmq/wixlib/en-us.wxl
diff options
context:
space:
mode:
Diffstat (limited to 'src/ext/Msmq/wixlib/en-us.wxl')
-rw-r--r--src/ext/Msmq/wixlib/en-us.wxl11
1 files changed, 5 insertions, 6 deletions
diff --git a/src/ext/Msmq/wixlib/en-us.wxl b/src/ext/Msmq/wixlib/en-us.wxl
index ebe08095..3252fc17 100644
--- a/src/ext/Msmq/wixlib/en-us.wxl
+++ b/src/ext/Msmq/wixlib/en-us.wxl
@@ -1,10 +1,9 @@
1<?xml version="1.0" encoding="utf-8"?> 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<!-- 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. -->
3 2
4 3
5<WixLocalization Culture="en-us" xmlns="http://wixtoolset.org/schemas/v4/wxl"> 4<WixLocalization Culture="en-us" xmlns="http://wixtoolset.org/schemas/v4/wxl">
6 <String Id="MessageQueuingExecuteInstall" Overridable="yes">Configuring message queues</String> 5 <String Id="MessageQueuingExecuteInstall" Overridable="yes" Value="Configuring message queues" />
7 <String Id="MessageQueuingExecuteInstallTemplate" Overridable="yes">Queue: [1]</String> 6 <String Id="MessageQueuingExecuteInstallTemplate" Overridable="yes" Value="Queue: [1]" />
8 <String Id="MessageQueuingExecuteUninstall" Overridable="yes">Configuring message queues</String> 7 <String Id="MessageQueuingExecuteUninstall" Overridable="yes" Value="Configuring message queues" />
9 <String Id="MessageQueuingExecuteUninstallTemplate" Overridable="yes">Queue: [1]</String> 8 <String Id="MessageQueuingExecuteUninstallTemplate" Overridable="yes" Value="Queue: [1]" />
10</WixLocalization> 9</WixLocalization>