mirror of
https://github.com/ChrisTitusTech/winutil
synced 2026-06-13 09:47:28 +00:00
correct case of "WinUtil" in GUI / user-facing messages (#4675)
* WinUtil in .ps1 * WinUtil in GUI * Update KnownIssues.md
This commit is contained in:
@@ -177,7 +177,7 @@ function Show-CustomDialog {
|
||||
|
||||
# Add "Winutil" text
|
||||
$winutilTextBlock = New-Object Windows.Controls.TextBlock
|
||||
$winutilTextBlock.Text = "Winutil"
|
||||
$winutilTextBlock.Text = "WinUtil"
|
||||
$winutilTextBlock.FontSize = $HeaderFontSize
|
||||
$winutilTextBlock.Foreground = $LogoColor
|
||||
$winutilTextBlock.Margin = New-Object Windows.Thickness(10, 10, 10, 5) # Add margins around the text block
|
||||
|
||||
Reference in New Issue
Block a user