fixed typo: charactes -> character in the message: Please enter the name of your character (only letters allowed)
This commit is contained in:
parent
2e532bf249
commit
434bdca9f8
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue