Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/PowerShell/PowerShell.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2022-10-13 22:40:03 +0300
committerGitHub <noreply@github.com>2022-10-13 22:40:03 +0300
commitb39084bae8d9e18b59b3d688924b635cd91e4c2b (patch)
tree3dfcf295dfe641eb9725148e8550b17be9a8935b
parent86397ec4d2d646ab4205c00531f9d3a051e226ec (diff)
[release/v7.3.0-rc.1] Update MSI exit message (#18260)
Co-authored-by: Travis Plunk <travis.plunk@microsoft.com>
-rw-r--r--assets/wix/Product.wxs2
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/wix/Product.wxs b/assets/wix/Product.wxs
index 85cc0011d3..8dc2d3a3f1 100644
--- a/assets/wix/Product.wxs
+++ b/assets/wix/Product.wxs
@@ -110,7 +110,7 @@
<UI>
<Dialog Id="MyExitDialog" Width="370" Height="270" Title="!(loc.ExitDialog_Title)">
<Control Id="Bitmap" Type="Bitmap" X="0" Y="0" Width="370" Height="234" TabSkip="yes" Text="!(loc.ExitDialogBitmap)" />
- <Control Id="Title" Type="Text" X="135" Y="20" Width="220" Height="60" Transparent="yes" NoPrefix="yes" Text="!(loc.ExitDialogTitle)" TabSkip="yes" />
+ <Control Id="Title" Type="Text" X="135" Y="20" Width="220" Height="60" Transparent="yes" NoPrefix="yes" Text="{\WixUI_Font_Bigger}!(loc.Error1707)" TabSkip="yes" />
<Control Id="Description" Type="Text" X="135" Y="70" Width="220" Height="20" Transparent="yes" NoPrefix="yes" Text="!(loc.ExitDialogDescription)" TabSkip="yes" />
<!-- divider between check boxes and button row -->
<Control Id="BottomLine" Type="Line" X="0" Y="234" Width="370" Height="0" TabSkip="yes" />