changeset 10163 | 4001cfe2f44d |
parent 9543 | 39f981482e34 |
child 10174 | 7e1c8fb9c407 |
--- a/devtools/devctl.py Thu Jan 22 18:08:05 2015 +0100 +++ b/devtools/devctl.py Fri Jan 30 15:53:32 2015 +0100 @@ -165,7 +165,7 @@ add_msg(w, etype) add_msg(w, '%s_plural' % etype) if not eschema.final: - add_msg(w, 'This %s' % etype) + add_msg(w, 'This %s:' % etype) add_msg(w, 'New %s' % etype) if eschema.description and not eschema.description in done: done.add(eschema.description)