fix: script ptompt message

This commit is contained in:
Marcello 2023-05-19 19:46:08 +02:00
parent 0625ed6251
commit 504bed4e50

View file

@ -28,7 +28,7 @@ static class PromptConstructor
public static MultiSelectionPrompt<FileInfo> GetScriptPrompt(FileInfo[] files, bool brief) public static MultiSelectionPrompt<FileInfo> GetScriptPrompt(FileInfo[] files, bool brief)
{ {
var prompt = new MultiSelectionPrompt<FileInfo>() var prompt = new MultiSelectionPrompt<FileInfo>()
.Title("Select a script the scripts to execute:") .Title("Select the scripts to execute:")
.NotRequired() .NotRequired()
.PageSize(ScriptListSize) .PageSize(ScriptListSize)
.InstructionsText("[grey](Press [blue]<space>[/] to toggle a script, [green]<enter>[/] to accept)[/]") .InstructionsText("[grey](Press [blue]<space>[/] to toggle a script, [green]<enter>[/] to accept)[/]")