- Changed the draft mode option text from "Play all 8 opponents" to "Play all 7 opponents" since the human is the 8th player and he has seven opponents.

This commit is contained in:
Agetian
2012-12-05 13:51:35 +00:00
parent 91d3c51629
commit b05cdb6073

View File

@@ -52,7 +52,7 @@ public enum VSubmenuDraft implements IVSubmenu<CSubmenuDraft> {
private final JList lstAI = new FList();
private final JRadioButton radSingle = new FRadioButton("Play one opponent");
private final JRadioButton radAll = new FRadioButton("Play all 8 opponents");
private final JRadioButton radAll = new FRadioButton("Play all 7 opponents");
private final JLabel lblInfo = new FLabel.Builder()
.fontAlign(SwingConstants.LEFT).fontSize(16).fontStyle(Font.BOLD)