diff --git a/src/Forms/Settings.cs b/src/Forms/Settings.cs index a2505e771..aa353c954 100644 --- a/src/Forms/Settings.cs +++ b/src/Forms/Settings.cs @@ -141,6 +141,8 @@ namespace Nikse.SubtitleEdit.Forms textBoxVlcPath.Left = labelVideoPlayerVLC.Left + labelVideoPlayerVLC.Width + 5; textBoxVlcPath.Width = buttonVlcPathBrowse.Left - textBoxVlcPath.Left - 5; + labelVlcPath.Text = Configuration.Settings.Language.Settings.VlcBrowseToLabel; + checkBoxVideoPlayerShowStopButton.Checked = gs.VideoPlayerShowStopButton; checkBoxVideoPlayerShowMuteButton.Checked = gs.VideoPlayerShowMuteButton; checkBoxVideoPlayerShowFullscreenButton.Checked = gs.VideoPlayerShowFullscreenButton;