fixed typo: charactes -> character in the message: Please enter the name of your character (only letters allowed)

This commit is contained in:
Katie Russell 2010-06-27 00:45:27 +00:00
parent 2e532bf249
commit 434bdca9f8

View file

@ -290,7 +290,7 @@ public class CharacterDialog extends JDialog {
public void actionPerformed(final ActionEvent evt) {
String name = JOptionPane.showInputDialog(parent,
"Please enter the name of your charactes (only letters allowed):",
"Please enter the name of your character (only letters allowed):",
"Create Character",
JOptionPane.QUESTION_MESSAGE);