going to push out a release

This commit is contained in:
2024-06-29 12:14:26 -05:00
parent fcb71d4600
commit 5d683bb893
2 changed files with 5 additions and 6 deletions

View File

@@ -375,7 +375,7 @@ public class MissPiggy implements ActionListener {
}
public void throwUnimplemented() {
JOptionPane.showMessageDialog(frame, "Unimplemented.\nSee README at https://git.worlio.com/bonkmaykr/firestar", "Unimplemented", JOptionPane.INFORMATION_MESSAGE);
JOptionPane.showMessageDialog(frame, "This feature is unimplemented and will be coming soon.\nSee README at https://git.worlio.com/bonkmaykr/firestar", "Unimplemented", JOptionPane.INFORMATION_MESSAGE);
}
public void createSelectionEventListener() { // moved incase needs to be removed and re-added