Reset font just before "(more)" truncation.
This commit is contained in:
parent
e924d492d0
commit
a1ddc61af8
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
import Utils
|
||||
|
||||
STR_MORE = " (more...)"
|
||||
STR_MORE = "%s (more...)" % Utils.FONT_RESET
|
||||
STR_CONTINUED = "(...continued) "
|
||||
|
||||
OUT_CUTOFF = 400
|
||||
|
|
Loading…
Reference in a new issue