Some typos in editor due to changes to how msg() works in wclient branch.

This commit is contained in:
Griatch 2016-04-16 22:32:10 +02:00
parent 7e62f02f0a
commit 6b8b3907e3

View file

@ -750,7 +750,7 @@ class EvEditor(object):
else:
main = "\n".join(lines)
string = "%s\n%s\n%s" % (header, main, footer)
self._caller.msg(string, options={"raw":raw})
self._caller.msg(string, options=options)
def display_help(self):
"""