mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2025-01-31 13:01:39 +01:00
Fix possible "double fix" in "Fix Uppercase I Inside Words"
This commit is contained in:
parent
39bf3cef40
commit
c06a29a45c
@ -33,6 +33,7 @@ namespace Nikse.SubtitleEdit.Core.Forms.FixCommonErrors
|
|||||||
if (match.Index + 2 < oldText.Length)
|
if (match.Index + 2 < oldText.Length)
|
||||||
p.Text += oldText.Substring(match.Index + 2);
|
p.Text += oldText.Substring(match.Index + 2);
|
||||||
|
|
||||||
|
st = new StrippableText(p.Text);
|
||||||
uppercaseIsInsideLowercaseWords++;
|
uppercaseIsInsideLowercaseWords++;
|
||||||
callbacks.AddFixToListView(p, fixAction, oldText, p.Text);
|
callbacks.AddFixToListView(p, fixAction, oldText, p.Text);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user