Fix casing

This commit is contained in:
niksedk 2023-07-14 05:07:12 +02:00
parent b4db888540
commit 44a42a908d
3 changed files with 3 additions and 3 deletions

View File

@ -3224,7 +3224,7 @@ Keep changes?</KeepChangesMessage>
</WebVttStyleManager>
<WhisperAdvanced>
<Title>Whisper Advanced - extra command line arguments</Title>
<CommandLineArguments>Extra parameters for whisper command line:</CommandLineArguments>
<CommandLineArguments>Extra parameters for Whisper command line:</CommandLineArguments>
<Info>Note: Different Whisper implementations have different command line parameters!</Info>
</WhisperAdvanced>
</Language>

View File

@ -54,7 +54,7 @@
this.labelWhisperExtraCmdLine.Name = "labelWhisperExtraCmdLine";
this.labelWhisperExtraCmdLine.Size = new System.Drawing.Size(202, 13);
this.labelWhisperExtraCmdLine.TabIndex = 217;
this.labelWhisperExtraCmdLine.Text = "Extra parameters for whisper command line:";
this.labelWhisperExtraCmdLine.Text = "Extra parameters for Whisper command line:";
//
// comboBoxWhisperExtra
//

View File

@ -3628,7 +3628,7 @@ Keep changes?",
WhisperAdvanced = new LanguageStructure.WhisperAdvanced
{
Title = "Whisper Advanced - extra command line arguments",
CommandLineArguments = "Extra parameters for whisper command line:",
CommandLineArguments = "Extra parameters for Whisper command line:",
Info = "Note: Different Whisper implementations have different command line parameters!",
};
}