mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 11:18:01 +00:00
Added missing word in How to play description
This commit is contained in:
@@ -104,7 +104,7 @@ public enum VSubmenuUtilities implements IVSubmenu {
|
|||||||
|
|
||||||
pnlContent.add(btnHowToPlay, constraintsBTN);
|
pnlContent.add(btnHowToPlay, constraintsBTN);
|
||||||
pnlContent.add(new FLabel.Builder().fontAlign(SwingConstants.CENTER)
|
pnlContent.add(new FLabel.Builder().fontAlign(SwingConstants.CENTER)
|
||||||
.text("Rules of ")
|
.text("Rules of the Game.")
|
||||||
.fontStyle(Font.ITALIC).build(), constraintsLBL);
|
.fontStyle(Font.ITALIC).build(), constraintsLBL);
|
||||||
|
|
||||||
pnlContent.add(btnLicensing, constraintsBTN);
|
pnlContent.add(btnLicensing, constraintsBTN);
|
||||||
|
|||||||
Reference in New Issue
Block a user