Update menu text & image

This commit is contained in:
Raphire
2025-12-27 15:51:10 +01:00
parent 82edc87601
commit e98c1bd273
2 changed files with 1 additions and 1 deletions

View File

@@ -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)"
}