Minor fix in Remove text for HI - thx honny bunny :)

git-svn-id: https://subtitleedit.googlecode.com/svn/trunk@984 99eadd0c-20b8-1223-b5c4-2a2b2df33de2
This commit is contained in:
niksedk 2012-02-12 00:52:42 +00:00
parent a9326916d5
commit 4e1a004f6e

View File

@ -648,6 +648,7 @@ namespace Nikse.SubtitleEdit.Forms
text == "exclaims" ||
text.StartsWith("engine ") ||
text == "singing" ||
text == "stutters" ||
text.EndsWith("ing"))
return true;
return false;