diff --git a/Changelog.txt b/Changelog.txt index 11b7ba172..f1b4fb8a1 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -3,7 +3,7 @@ 4.0.3 (xth December 2023) BETA * NEW: - * Add ".opus" / ".adts" audio file extensions - thx vivadavid/Lyubomir71 + * Add ".opus" + ".adts" audio file extensions - thx vivadavid/Lyubomir71 * Add two TSV subtitle formats - thx Purfview * Add Arabic translation - thx Yahya * Add new json subtitle format - thx Lucretia @@ -44,6 +44,7 @@ * Fix for ASSA border width in export to image based format - thx Christian * Fix crash in generating ASSA borders with odd video resolution - thx Leon * Fix crash in "Beautify time codes" - thx Flitskikker + * Fix for "Batch convert" auto-translate - thx Lunchbox209 4.0.2 (19th November 2023) diff --git a/Dictionaries/en_US_se.xml b/Dictionaries/en_US_se.xml index f52804630..2317a56ac 100644 --- a/Dictionaries/en_US_se.xml +++ b/Dictionaries/en_US_se.xml @@ -959,4 +959,5 @@ repurposing whisky worshipping + teleportation \ No newline at end of file diff --git a/Dictionaries/en_names.xml b/Dictionaries/en_names.xml index 5276d7942..ef0d076fd 100644 --- a/Dictionaries/en_names.xml +++ b/Dictionaries/en_names.xml @@ -1919,4 +1919,7 @@ Ă…land Islands LGBTQ TSA + Winterton + Harcourt + Dashiell \ No newline at end of file diff --git a/src/ui/Forms/BatchConvert.Designer.cs b/src/ui/Forms/BatchConvert.Designer.cs index 45090b60d..b0729b11d 100644 --- a/src/ui/Forms/BatchConvert.Designer.cs +++ b/src/ui/Forms/BatchConvert.Designer.cs @@ -36,9 +36,9 @@ namespace Nikse.SubtitleEdit.Forms this.buttonCancel = new System.Windows.Forms.Button(); this.groupBoxConvertOptions = new System.Windows.Forms.GroupBox(); this.groupBoxAutoTranslate = new System.Windows.Forms.GroupBox(); - this.labelTarget = new System.Windows.Forms.Label(); + this.labelTarget = new Nikse.SubtitleEdit.Controls.NikseLabel(); this.comboBoxTarget = new Nikse.SubtitleEdit.Controls.NikseComboBox(); - this.labelSource = new System.Windows.Forms.Label(); + this.labelSource = new Nikse.SubtitleEdit.Controls.NikseLabel(); this.comboBoxSource = new Nikse.SubtitleEdit.Controls.NikseComboBox(); this.linkLabelPoweredBy = new System.Windows.Forms.LinkLabel(); this.nikseComboBoxEngine = new Nikse.SubtitleEdit.Controls.NikseComboBox(); @@ -2817,9 +2817,9 @@ namespace Nikse.SubtitleEdit.Forms private System.Windows.Forms.GroupBox groupBoxAutoTranslate; private System.Windows.Forms.LinkLabel linkLabelPoweredBy; private Controls.NikseComboBox nikseComboBoxEngine; - private System.Windows.Forms.Label labelTarget; + private Nikse.SubtitleEdit.Controls.NikseLabel labelTarget; private Controls.NikseComboBox comboBoxTarget; - private System.Windows.Forms.Label labelSource; + private Nikse.SubtitleEdit.Controls.NikseLabel labelSource; private Controls.NikseComboBox comboBoxSource; } } \ No newline at end of file