opends/src/quicksetup/org/opends/quicksetup/ui/UIFactory.java
@@ -1694,7 +1694,8 @@ boolean isSelected, boolean cellHasFocus) { JLabel l = makeJLabel(IconType.NO_ICON, Message.raw(value), textStyle); JLabel l = makeJLabel(IconType.NO_ICON, Message.fromObject(value), textStyle); l.setBorder(new EmptyBorder(TOP_INSET_SECONDARY_FIELD, 0, 0, 0)); return l; }