mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 12:50:46 +00:00
FontEmbedDialog locale typo fix
This commit is contained in:
@@ -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();
|
||||
|
||||
@@ -15,4 +15,4 @@
|
||||
|
||||
range.description = %name% (%available% of %total% characters)
|
||||
dialog.title = Font embedding
|
||||
label.idividual = Individual characters:
|
||||
label.individual = Individual characters:
|
||||
@@ -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:
|
||||
label.individual = Individu\u00e1ln\u00ed znaky:
|
||||
Reference in New Issue
Block a user