From 434bdca9f8767dbd6ed5fc896fbed12e9b72c8c2 Mon Sep 17 00:00:00 2001 From: Katie Russell Date: Sun, 27 Jun 2010 00:45:27 +0000 Subject: [PATCH] fixed typo: charactes -> character in the message: Please enter the name of your character (only letters allowed) --- src/games/stendhal/client/gui/login/CharacterDialog.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/games/stendhal/client/gui/login/CharacterDialog.java b/src/games/stendhal/client/gui/login/CharacterDialog.java index b1ab4df3eb..be165175b6 100644 --- a/src/games/stendhal/client/gui/login/CharacterDialog.java +++ b/src/games/stendhal/client/gui/login/CharacterDialog.java @@ -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);