diff --git a/src/ui/Forms/BatchConvert.cs b/src/ui/Forms/BatchConvert.cs index bd925741f..6fefb758c 100644 --- a/src/ui/Forms/BatchConvert.cs +++ b/src/ui/Forms/BatchConvert.cs @@ -413,6 +413,7 @@ namespace Nikse.SubtitleEdit.Forms checkBoxDrawing.Text = LanguageSettings.Current.AssaResolutionChanger.ChangeResolutionDrawing; labelSource.Text = LanguageSettings.Current.GoogleTranslate.From; labelTarget.Text = LanguageSettings.Current.GoogleTranslate.To; + groupBoxAutoTranslate.Text = LanguageSettings.Current.Main.VideoControls.AutoTranslate; labelSource.Left = comboBoxSource.Left - labelSource.Width - 5; labelTarget.Left = comboBoxTarget.Left - labelTarget.Width - 5;