Added missing word in How to play description

This commit is contained in:
Fnoed
2012-03-17 23:15:11 +00:00
parent 22f1096b3c
commit 2df62d75f6

View File

@@ -104,7 +104,7 @@ public enum VSubmenuUtilities implements IVSubmenu {
pnlContent.add(btnHowToPlay, constraintsBTN);
pnlContent.add(new FLabel.Builder().fontAlign(SwingConstants.CENTER)
.text("Rules of ")
.text("Rules of the Game.")
.fontStyle(Font.ITALIC).build(), constraintsLBL);
pnlContent.add(btnLicensing, constraintsBTN);