minor improvements

This commit is contained in:
Maximilian Hils 2018-03-18 21:02:53 +01:00 committed by GitHub
parent ef1c1239dc
commit a148b52548
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -191,7 +191,7 @@ class StatusBar(urwid.WidgetWrap):
r.append(("heading_key", "H"))
r.append("eaders]")
if len(self.master.options.replacements):
r.append("[ %d replacements]" % (len(self.master.options.replacements)))
r.append("[%d replacements]" % len(self.master.options.replacements))
if creplay.count():
r.append("[")
r.append(("heading_key", "cplayback"))