diff --git a/src/com/jpexs/decompiler/flash/gui/TransformPanel.java b/src/com/jpexs/decompiler/flash/gui/TransformPanel.java index 2782c887c..f3caac957 100644 --- a/src/com/jpexs/decompiler/flash/gui/TransformPanel.java +++ b/src/com/jpexs/decompiler/flash/gui/TransformPanel.java @@ -160,7 +160,7 @@ public class TransformPanel extends JPanel { JPanel registrationPointPanel = new JPanel(new FlowLayout()); this.registrationPointPanel = new RegistrationPointPanel(this::registrationPointChangedActionPerformed); registrationPointPanel.add(this.registrationPointPanel); - add(makeCard("Registration point", "transformregpoint16", registrationPointPanel)); + add(makeCard("Transformation point", "transformpoint16", registrationPointPanel)); JPanel movePanel = new JPanel(new GridBagLayout());