Fix for translation - thx Jamakmake :)

This commit is contained in:
niksedk 2023-07-21 10:16:30 +02:00
parent 734856523f
commit 9f21de3b7b

View File

@ -51,6 +51,8 @@ namespace Nikse.SubtitleEdit.Forms.BeautifyTimeCodes
labelConnectedSubtitlesTreatConnectedSuffix.Text = language.Milliseconds;
groupBoxChaining.Text = language.Chaining;
tabPageChainingGeneral.Text = language.General;
tabPageChainingInCueOnShot.Text = language.InCueOnShot;
tabPageChainingOutCueOnShot. Text = language.OutCueOnShot;
radioButtonChainingGeneralMaxGap.Text = language.MaxGap;
labelChainingGeneralMaxGapSuffix.Text = language.Milliseconds;
radioButtonChainingGeneralZones.Text = language.Zones;