Do you mean the text is cut off early?
That could be because it is not given the width it needs in the draw_text command. If you know where the text is drawn in a script, look for
self.contents.draw_text(x, y, width, height, text)
and edit the 'width' to be longer.