Reset font just before "(more)" truncation.

This commit is contained in:
jesopo 2016-12-05 23:32:31 +00:00
parent e924d492d0
commit a1ddc61af8
No known key found for this signature in database
GPG key ID: 0BBDEB2AEFCFFCB3

View file

@ -1,6 +1,6 @@
import Utils
STR_MORE = " (more...)"
STR_MORE = "%s (more...)" % Utils.FONT_RESET
STR_CONTINUED = "(...continued) "
OUT_CUTOFF = 400