mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-22 03:02:35 +01:00
Fix casing
This commit is contained in:
parent
b4db888540
commit
44a42a908d
@ -3224,7 +3224,7 @@ Keep changes?</KeepChangesMessage>
|
|||||||
</WebVttStyleManager>
|
</WebVttStyleManager>
|
||||||
<WhisperAdvanced>
|
<WhisperAdvanced>
|
||||||
<Title>Whisper Advanced - extra command line arguments</Title>
|
<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>
|
<Info>Note: Different Whisper implementations have different command line parameters!</Info>
|
||||||
</WhisperAdvanced>
|
</WhisperAdvanced>
|
||||||
</Language>
|
</Language>
|
@ -54,7 +54,7 @@
|
|||||||
this.labelWhisperExtraCmdLine.Name = "labelWhisperExtraCmdLine";
|
this.labelWhisperExtraCmdLine.Name = "labelWhisperExtraCmdLine";
|
||||||
this.labelWhisperExtraCmdLine.Size = new System.Drawing.Size(202, 13);
|
this.labelWhisperExtraCmdLine.Size = new System.Drawing.Size(202, 13);
|
||||||
this.labelWhisperExtraCmdLine.TabIndex = 217;
|
this.labelWhisperExtraCmdLine.TabIndex = 217;
|
||||||
this.labelWhisperExtraCmdLine.Text = "Extra parameters for whisper command line:";
|
this.labelWhisperExtraCmdLine.Text = "Extra parameters for Whisper command line:";
|
||||||
//
|
//
|
||||||
// comboBoxWhisperExtra
|
// comboBoxWhisperExtra
|
||||||
//
|
//
|
||||||
|
@ -3628,7 +3628,7 @@ Keep changes?",
|
|||||||
WhisperAdvanced = new LanguageStructure.WhisperAdvanced
|
WhisperAdvanced = new LanguageStructure.WhisperAdvanced
|
||||||
{
|
{
|
||||||
Title = "Whisper Advanced - extra command line arguments",
|
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!",
|
Info = "Note: Different Whisper implementations have different command line parameters!",
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user