Details
- 
    
Bug
 - 
    Resolution: Fixed
 - 
    
Major
 - 
    1.5 M2
 - 
    None
 
- 
        bugfixingweek
 - 
        
 
Description
The label displays "changes.comment." instead of the value.
<th>$msg.get("changes.comment.property")</th>
<th>$msg.get("changes.comment.previousvalue")</th>
<th>$msg.get("changes.comment.newvalue")</th>
</tr>
#end
#set($propname = $objdiff.getPropName())
<tr>
<td>$msg.get("changes.comment.${propname}")</td>