Splitting this off from #1733658: Inject a comment body text area and input format selector into the node edit form.
Currently the #title on the form element we inject is hard-coded as 'Comment'. We could probably inspect the comment bundle on the node type we're operating on, find the comment_body field (or equivalent) and reuse the label from that field instance for our custom form element.
Totally minor bling at this point, not a launch blocker. Just wanted to capture so it doesn't get lost.
Comments
Comment #1
dwwBased on the experience of #1822730: Comment form on node edit page maybe this isn't a good idea after all, and we should keep it something like 'Revision comment'.
Comment #2
drummUntagging to kick this out of the Drupal.org D7 project.
Comment #3
dwwGiven #1979556: Do something Special(tm) with the revision log property if the node uses nodechanges and other issues, this is won't fix.