diff --git a/src/com/jpexs/decompiler/flash/gui/TextPanel.java b/src/com/jpexs/decompiler/flash/gui/TextPanel.java index 87e8df97e..290bc2921 100644 --- a/src/com/jpexs/decompiler/flash/gui/TextPanel.java +++ b/src/com/jpexs/decompiler/flash/gui/TextPanel.java @@ -137,7 +137,7 @@ public class TextPanel extends JPanel implements TagEditorPanel { textSaveButton = createButton("button.save", "save16", null, e -> saveText(true)); textCancelButton = createButton("button.cancel", "cancel16", null, e -> cancelText()); - // hide the buttonts to avoid panel resize problems on other views + // hide the buttons to avoid panel resize problems on other views textEditButton.setVisible(false); textSaveButton.setVisible(false); textCancelButton.setVisible(false);