mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 17:30:47 +00:00
#1174 Method/Getter/Setter Trait is in swedish after changing language to english_ fixed
This commit is contained in:
@@ -52,11 +52,11 @@ public class DetailPanel extends JPanel implements TagEditorPanel {
|
||||
|
||||
public SlotConstTraitDetailPanel slotConstTraitPanel;
|
||||
|
||||
public static final String METHOD_TRAIT_CARD = AppStrings.translate("abc.detail.methodtrait");
|
||||
public static final String METHOD_TRAIT_CARD = "abc.detail.methodtrait";
|
||||
|
||||
public static final String UNSUPPORTED_TRAIT_CARD = AppStrings.translate("abc.detail.unsupported");
|
||||
public static final String UNSUPPORTED_TRAIT_CARD = "abc.detail.unsupported";
|
||||
|
||||
public static final String SLOT_CONST_TRAIT_CARD = AppStrings.translate("abc.detail.slotconsttrait");
|
||||
public static final String SLOT_CONST_TRAIT_CARD = "abc.detail.slotconsttrait";
|
||||
|
||||
private final JPanel innerPanel;
|
||||
|
||||
@@ -222,7 +222,7 @@ public class DetailPanel extends JPanel implements TagEditorPanel {
|
||||
}
|
||||
|
||||
selectedCard = name;
|
||||
selectedLabel.setText(selectedCard);
|
||||
selectedLabel.setText(AppStrings.translate(name));
|
||||
if (trait == null) {
|
||||
traitNameLabel.setText("-");
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user