Skip to content

Commit a6aeeb2

Browse files
authored
Update XProtGUI.ps1
1 parent 1e70be3 commit a6aeeb2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

XProtGUI.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ if (-not(Test-Path -Path $dllink -PathType Leaf)) {
2424
# Drawing Main Menu Form
2525
do {
2626
$Form_MainMenu = New-Object System.Windows.Forms.Form -ErrorAction SilentlyContinue
27-
$Form_MainMenu.Text = "Exploit Protection settings Manager"
27+
$Form_MainMenu.Text = "Exploit Protection Manager"
2828
$Form_MainMenu.Size = New-Object System.Drawing.Size (340,595)
2929
$Form_MainMenu.FormBorderStyle = "FixedDialog"
3030
$Form_MainMenu.TopMost = $true

0 commit comments

Comments
 (0)