mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-23 03:33:18 +01:00
Fix "Settings" title
This commit is contained in:
parent
819949add1
commit
9ca22a1237
@ -649,7 +649,7 @@ namespace Nikse.SubtitleEdit.Forms
|
||||
checkBoxToolsBreakEarlyDash.Text = language.BreakEarlyForDashDialog;
|
||||
checkBoxToolsBreakEarlyLineEnding.Text = language.BreakEarlyForLineEnding;
|
||||
checkBoxToolsBreakByPixelWidth.Text = Text = language.BreakByPixelWidth;
|
||||
checkBoxToolsBreakPreferBottomHeavy.Text = Text = language.BreakPreferBottomHeavy;
|
||||
checkBoxToolsBreakPreferBottomHeavy.Text = language.BreakPreferBottomHeavy;
|
||||
numericUpDownToolsBreakPreferBottomHeavy.Left = checkBoxToolsBreakPreferBottomHeavy.Left + checkBoxToolsBreakPreferBottomHeavy.Width + 9;
|
||||
labelToolsBreakBottomHeavyPercent.Left = numericUpDownToolsBreakPreferBottomHeavy.Left + numericUpDownToolsBreakPreferBottomHeavy.Width + 2;
|
||||
checkBoxCpsIncludeWhiteSpace.Text = language.CpsIncludesSpace;
|
||||
|
Loading…
Reference in New Issue
Block a user