- Attempt at improving the description of the "Download LQ Set Pictures" button.

This commit is contained in:
Sloth
2012-03-29 18:54:10 +00:00
parent 1cf62f29c7
commit 1252a36bc9

View File

@@ -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);