mirror of
https://github.com/m-lamonaca/script-launcher.git
synced 2025-04-05 18:06:28 +00:00
fix: script ptompt message
This commit is contained in:
parent
0625ed6251
commit
504bed4e50
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ static class PromptConstructor
|
|||
public static MultiSelectionPrompt<FileInfo> GetScriptPrompt(FileInfo[] files, bool brief)
|
||||
{
|
||||
var prompt = new MultiSelectionPrompt<FileInfo>()
|
||||
.Title("Select a script the scripts to execute:")
|
||||
.Title("Select the scripts to execute:")
|
||||
.NotRequired()
|
||||
.PageSize(ScriptListSize)
|
||||
.InstructionsText("[grey](Press [blue]<space>[/] to toggle a script, [green]<enter>[/] to accept)[/]")
|
||||
|
|
Loading…
Add table
Reference in a new issue