diff --git a/gertty/view/change.py b/gertty/view/change.py index c2d3009..e2afce6 100644 --- a/gertty/view/change.py +++ b/gertty/view/change.py @@ -494,6 +494,10 @@ class ChangeMessageBox(mywid.HyperText): if inline_comments: comment_text.append(u'\n') for key, value in inline_comments.items(): + if key == '/PATCHSET_LEVEL': + key = 'Patchset' + if key == '/COMMIT_MSG': + key = 'Commit message' comment_text.append(('filename-inline-comment', u'%s' % key)) for patchset, line, comment in value: location_str = ''