aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/commands.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/commands.py b/modules/commands.py
index bf5781d7..8a811e2e 100644
--- a/modules/commands.py
+++ b/modules/commands.py
@@ -1,6 +1,6 @@
import Utils
-STR_MORE = " (more...)"
+STR_MORE = "%s (more...)" % Utils.FONT_RESET
STR_CONTINUED = "(...continued) "
OUT_CUTOFF = 400