Skip to content

Commit 490dfc9

Browse files
committed
Swapped one word in the error messsage pop-up
1 parent cf82ab3 commit 490dfc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MainFrame.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ public void actionPerformed(ActionEvent e) {
8080

8181
changeWindowSize();
8282
} catch (NumberFormatException exception) {
83-
JOptionPane.showMessageDialog(this, "Textfields/textboxes do not allow letters, decimals, and symbols!",
83+
JOptionPane.showMessageDialog(this, "Textfields/textboxes do not allow letters, decimals, or symbols!",
8484
"CANNOT RESIZE!", JOptionPane.ERROR_MESSAGE);
8585
}
8686
} else if (e.getSource() == resizable) {

0 commit comments

Comments
 (0)