diff --git a/src/Forms/RemoveTextFromHearImpaired.cs b/src/Forms/RemoveTextFromHearImpaired.cs index bfea8ca4a..d93d92335 100644 --- a/src/Forms/RemoveTextFromHearImpaired.cs +++ b/src/Forms/RemoveTextFromHearImpaired.cs @@ -282,7 +282,7 @@ namespace Nikse.SubtitleEdit.Forms RemoveIfTextContains = new List(), RemoveTextBetweenCustomTags = checkBoxRemoveTextBetweenCustomTags.Checked, RemoveInterjections = checkBoxRemoveInterjections.Checked, - RemoveInterjectionsOnlySeparateLine = checkBoxInterjectionOnlySeparateLine.Checked, + RemoveInterjectionsOnlySeparateLine = checkBoxRemoveInterjections.Checked && checkBoxInterjectionOnlySeparateLine.Checked, RemoveTextBetweenSquares = checkBoxRemoveTextBetweenSquares.Checked, RemoveTextBetweenBrackets = checkBoxRemoveTextBetweenBrackets.Checked, RemoveTextBetweenQuestionMarks = checkBoxRemoveTextBetweenQuestionMarks.Checked,