mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 10:40:06 -08:00
Fix text on DFC button's tooltip
This commit is contained in:
parent
f42f28344c
commit
dc7d1450f2
1 changed files with 1 additions and 1 deletions
|
|
@ -153,7 +153,7 @@ public abstract class CardPanel extends MagePermanent implements ComponentListen
|
|||
// Create the day night button
|
||||
dayNightButton = new JButton("");
|
||||
dayNightButton.setSize(32, 32);
|
||||
dayNightButton.setToolTipText("This permanent is a double faced card. To see the another face card, push this button or move mouse wheel down while hovering over it.");
|
||||
dayNightButton.setToolTipText("This permanent is a double faced card. To see the card's other face, push this button or move mouse wheel down while hovering over it.");
|
||||
BufferedImage day = ImageManagerImpl.instance.getDayImage();
|
||||
dayNightButton.setIcon(new ImageIcon(day));
|
||||
dayNightButton.addActionListener(e -> {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue