From f5cd43836a9e0a8f5efeb0c2f3aed9eb0f58638b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jindra=20Pet=F8=EDk?= Date: Mon, 23 Sep 2013 22:30:02 +0200 Subject: [PATCH] FontEmbedDialog locale typo fix --- trunk/src/com/jpexs/decompiler/flash/gui/FontEmbedDialog.java | 2 +- .../decompiler/flash/gui/locales/FontEmbedDialog.properties | 2 +- .../decompiler/flash/gui/locales/FontEmbedDialog_cs.properties | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/trunk/src/com/jpexs/decompiler/flash/gui/FontEmbedDialog.java b/trunk/src/com/jpexs/decompiler/flash/gui/FontEmbedDialog.java index d747de1f4..21c31199b 100644 --- a/trunk/src/com/jpexs/decompiler/flash/gui/FontEmbedDialog.java +++ b/trunk/src/com/jpexs/decompiler/flash/gui/FontEmbedDialog.java @@ -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(); diff --git a/trunk/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog.properties b/trunk/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog.properties index a35f9636e..55377e8b9 100644 --- a/trunk/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog.properties +++ b/trunk/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog.properties @@ -15,4 +15,4 @@ range.description = %name% (%available% of %total% characters) dialog.title = Font embedding -label.idividual = Individual characters: \ No newline at end of file +label.individual = Individual characters: \ No newline at end of file diff --git a/trunk/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog_cs.properties b/trunk/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog_cs.properties index 097b29ccd..1212e3f52 100644 --- a/trunk/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog_cs.properties +++ b/trunk/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog_cs.properties @@ -15,4 +15,4 @@ range.description = %name% (%available% z %total% znak\u016f) dialog.title = Vlo\u017een\u00ed p\u00edsma -label.idividual = Individu\u00e1ln\u00ed znaky: \ No newline at end of file +label.individual = Individu\u00e1ln\u00ed znaky: \ No newline at end of file