Skip to content

Commit 61e8a2f

Browse files
committed
VideoDownloaderFactory.cs: fix grammar
1 parent c9fc800 commit 61e8a2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Features/Download/VideoDownloaderFactory.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ private static OptionSet GenerateOptionSet(DownloadOptions o)
4444
{
4545
optionSet.ForceKeyframesAtCuts = true;
4646
optionSet.DownloadSections = o.TrimSettings.GetDownloadSection();
47-
AnsiConsole.MarkupLine($"[green]Will download video section: {o.TrimSettings.GetDownloadSection()}[/]");
47+
AnsiConsole.MarkupLine($"[green]Downloading video section: {o.TrimSettings.GetDownloadSection()}[/]");
4848
}
4949

5050
return optionSet;

0 commit comments

Comments
 (0)