Index: /applications/editors/josm/plugins/openstreetbugs/src/org/openstreetmap/josm/plugins/osb/gui/action/CloseIssueAction.java
===================================================================
--- /applications/editors/josm/plugins/openstreetbugs/src/org/openstreetmap/josm/plugins/osb/gui/action/CloseIssueAction.java	(revision 14749)
+++ /applications/editors/josm/plugins/openstreetbugs/src/org/openstreetmap/josm/plugins/osb/gui/action/CloseIssueAction.java	(revision 14750)
@@ -68,4 +68,5 @@
         if(comment != null) {
             if(comment.length() > 0) {
+                comment = addMesgInfo(comment);
                 commentAction.execute(getSelectedNode(), comment);
             }
