mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 20:58:03 +00:00
- Attempt at improving the description of the "Download LQ Set Pictures" button.
This commit is contained in:
@@ -79,7 +79,7 @@ public enum VSubmenuUtilities implements IVSubmenu {
|
|||||||
|
|
||||||
pnlContent.add(btnDownloadSetPics, constraintsBTN);
|
pnlContent.add(btnDownloadSetPics, constraintsBTN);
|
||||||
pnlContent.add(new FLabel.Builder().fontAlign(SwingConstants.CENTER)
|
pnlContent.add(new FLabel.Builder().fontAlign(SwingConstants.CENTER)
|
||||||
.text("Download full card picture sets for all cards from legacy releases of MTG.")
|
.text("Download all pictures of each card (one for each set the card appeared in)")
|
||||||
.fontStyle(Font.ITALIC).build(), constraintsLBL);
|
.fontStyle(Font.ITALIC).build(), constraintsLBL);
|
||||||
|
|
||||||
pnlContent.add(btnDownloadQuestImages, constraintsBTN);
|
pnlContent.add(btnDownloadQuestImages, constraintsBTN);
|
||||||
|
|||||||
Reference in New Issue
Block a user