diff --git a/src/com/jpexs/decompiler/flash/gui/TextPanel.java b/src/com/jpexs/decompiler/flash/gui/TextPanel.java index 935e4a145..5d7acdff8 100644 --- a/src/com/jpexs/decompiler/flash/gui/TextPanel.java +++ b/src/com/jpexs/decompiler/flash/gui/TextPanel.java @@ -116,7 +116,7 @@ public class TextPanel extends JPanel { textAlignCenterButton = createButton(null, "textaligncenter16", "text.align.center", e -> textAlign(TextAlign.CENTER)); textAlignRightButton = createButton(null, "textalignright16", "text.align.right", e -> textAlign(TextAlign.RIGHT)); textAlignJustifyButton = createButton(null, "textalignjustify16", "text.align.justify", e -> textAlign(TextAlign.JUSTIFY)); - decreaseTranslateXButton = createButton(null, "textoutdent16", "text.align.translatex.decrease", e -> translateX(-(int) SWF.unitDivisor)); + decreaseTranslateXButton = createButton(null, "textunindent16", "text.align.translatex.decrease", e -> translateX(-(int) SWF.unitDivisor)); increaseTranslateXButton = createButton(null, "textindent16", "text.align.translatex.increase", e -> translateX((int) SWF.unitDivisor)); undoChangesButton = createButton(null, "reload16", "text.undo", e -> undoChanges()); diff --git a/src/com/jpexs/decompiler/flash/gui/graphics/textunindent16.png b/src/com/jpexs/decompiler/flash/gui/graphics/textunindent16.png new file mode 100644 index 000000000..e308dfabf Binary files /dev/null and b/src/com/jpexs/decompiler/flash/gui/graphics/textunindent16.png differ