diff --git a/Assets/menu.png b/Assets/menu.png index ecfcf12..ff76d6f 100644 Binary files a/Assets/menu.png and b/Assets/menu.png differ diff --git a/Win11Debloat.ps1 b/Win11Debloat.ps1 index 0eed445..e67cf73 100755 --- a/Win11Debloat.ps1 +++ b/Win11Debloat.ps1 @@ -1172,7 +1172,7 @@ function ShowScriptMenuOptions { # Only show this option if SavedSettings file exists if (Test-Path $script:SavedSettingsFilePath) { - Write-Host "(4) Apply the settings you used last time" + Write-Host "(4) Quickly apply your last used settings" $ModeSelectionMessage = "Please select an option (1/2/3/4/0)" }