small cleanup

This commit is contained in:
Andrew Lalis 2021-10-31 10:50:19 +01:00
parent cea15d872b
commit 0254ff8a29
2 changed files with 1 additions and 3 deletions

View File

@ -4,8 +4,6 @@ import com.formdev.flatlaf.FlatLightLaf;
import nl.andrewlalis.erme.view.EditorFrame;
public class EntityRelationMappingEditor {
public static final String VERSION = "1.6.0";
public static void main(String[] args) {
if (!FlatLightLaf.setup()) {
System.err.println("Could not install FlatLight Look and Feel.");

View File

@ -35,7 +35,7 @@ public class AutoPositionAction extends DiagramPanelAction {
);
return;
}
String[] choices = new String[]{"Alphabeticaly", "Custom Order"};
String[] choices = new String[]{"Alphabetically", "Custom Order"};
String choice = (String) JOptionPane.showInputDialog(
getDiagramPanel(),
"Select how to sort the relations",