Index: src/java/org/jivesoftware/sparkimpl/plugin/scratchpad/ScratchPadPlugin.java =================================================================== --- src/java/org/jivesoftware/sparkimpl/plugin/scratchpad/ScratchPadPlugin.java (revision 11014) +++ src/java/org/jivesoftware/sparkimpl/plugin/scratchpad/ScratchPadPlugin.java (working copy) @@ -156,7 +156,7 @@ topPanel.add(dueDateField, new GridBagConstraints(1, 1, 1, 1, 0.1, 0.0, GridBagConstraints.WEST, GridBagConstraints.HORIZONTAL, new Insets(2, 2, 0, 2), 50, 0)); topPanel.add(addButton, new GridBagConstraints(3, 1, 1, 1, 0.0, 0.0, GridBagConstraints.WEST, GridBagConstraints.NONE, new Insets(2, 2, 0, 2), 0, 0)); - topPanel.add(new JLabel(Res.getString("label.timeformat")), new GridBagConstraints(1, 2, 1, 1, 0.0, 0.0, GridBagConstraints.WEST, GridBagConstraints.NONE, new Insets(2, 2, 2, 2), 0, 0)); + topPanel.add(new JLabel(Res.getString("label.timeformat", formatter.toPattern())), new GridBagConstraints(1, 2, 1, 1, 0.0, 0.0, GridBagConstraints.WEST, GridBagConstraints.NONE, new Insets(2, 2, 2, 2), 0, 0)); mainPanel.add(topPanel); // Add Selection