mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-22 03:02:35 +01:00
Fix missing translation
This commit is contained in:
parent
d74c4bf014
commit
d493df5266
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user