- Renamed the button "Build A New Deck" to "Start A New Draft" in draft mode.

This commit is contained in:
Sloth
2012-02-06 12:37:53 +00:00
parent 6cba667638
commit bb388e3f79

View File

@@ -175,7 +175,7 @@ public class ViewDraft extends JPanel {
lstAI = new FList(ai);
this.add(new FScrollPane(lstAI), "w 25%!, h 37%!, gap 0 0 2% 0, span 1 2, wrap");
btnBuildDeck = new FLabel.Builder().opaque(true).hoverable(true).text("Build A New Deck").build();
btnBuildDeck = new FLabel.Builder().opaque(true).hoverable(true).text("Start A New Draft").build();
this.add(btnBuildDeck, "w 60%!, h 5%!, gap 5% 5% 0 0, wrap");
lblDirections = new JLabel("Click For Directions");