spelling: buttons

Signed-off-by: Josh Soref <[email protected]>
This commit is contained in:
Josh Soref
2024-10-29 16:55:43 +01:00
committed by Jindra Petřík
parent be22beeeeb
commit eacadf7cea
@@ -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);