FontEmbedDialog locale typo fix

This commit is contained in:
Jindra Pet��k
2013-09-23 22:30:02 +02:00
parent 5297458ca4
commit f5cd43836a
3 changed files with 3 additions and 3 deletions
@@ -120,7 +120,7 @@ public class FontEmbedDialog extends AppDialog implements ActionListener {
JPanel specialPanel = new JPanel();
specialPanel.setLayout(new BoxLayout(specialPanel, BoxLayout.X_AXIS));
specialPanel.add(new JLabel(translate("label.idividual")));
specialPanel.add(new JLabel(translate("label.individual")));
individualCharsField = new JTextField();
individualCharsField.setPreferredSize(new Dimension(100, individualCharsField.getPreferredSize().height));
individialSample = new JLabel();