PreacherHomily somewhat overzealously strips last char from line

Issue #3368 resolved
mispy created an issue

It does string phrase = str.Substring(0, str.Length - 1);. I assume this is there to remove any sentence ending punctuation, but there isn't always punctuation there, e.g. with proclamations by the pet E-Ros:

Easy fix would be to only strip “.” from the end (maybe “!”)

Comments (6)

  1. Log in to comment