mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 11:48:02 +00:00
Friendly-ified wording in draft submenu.
This commit is contained in:
@@ -93,7 +93,7 @@ public class ViewDraft extends JPanel {
|
||||
parentView = v0;
|
||||
skin = AllZone.getSkin();
|
||||
|
||||
JLabel lblHuman = new JLabel("Select a deck for human: ");
|
||||
JLabel lblHuman = new JLabel("Select your deck: ");
|
||||
lblHuman.setFont(skin.getFont1().deriveFont(Font.BOLD, 16));
|
||||
lblHuman.setHorizontalAlignment(SwingConstants.CENTER);
|
||||
lblHuman.setForeground(skin.getColor("text"));
|
||||
@@ -140,7 +140,7 @@ public class ViewDraft extends JPanel {
|
||||
|
||||
lstAI.setSelectedIndex(0);
|
||||
|
||||
SubButton buildHuman = new SubButton("Build New Human Deck");
|
||||
SubButton buildHuman = new SubButton("Build A New Deck");
|
||||
buildHuman.addMouseListener(new MouseAdapter() {
|
||||
@Override
|
||||
public void mousePressed(MouseEvent e) { control.setupDraft(); }
|
||||
|
||||
Reference in New Issue
Block a user