From aa6fd781e8f3d11309fe8872253192cc25ed5922 Mon Sep 17 00:00:00 2001 From: TonyLizard <70547375+TonyLizard@users.noreply.github.com> Date: Fri, 26 Nov 2021 06:03:28 +0100 Subject: [PATCH] Adding a space to the -No Title Key- string in the DVD Protection section (#328) --- MPF.Modules/DiscImageCreator/Parameters.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MPF.Modules/DiscImageCreator/Parameters.cs b/MPF.Modules/DiscImageCreator/Parameters.cs index 79693d65..29a0342b 100644 --- a/MPF.Modules/DiscImageCreator/Parameters.cs +++ b/MPF.Modules/DiscImageCreator/Parameters.cs @@ -2477,7 +2477,7 @@ namespace MPF.Modules.DiscImageCreator if (matchedFilename.EndsWith(";1")) matchedFilename = matchedFilename.Substring(0, matchedFilename.Length - 2); - vobKeys += $"{matchedFilename} Title Key: No TitleKey\n"; + vobKeys += $"{matchedFilename} Title Key: No Title Key\n"; } else {