- Little text fix for preventNextDamage.

This commit is contained in:
Sloth
2012-11-30 22:13:08 +00:00
parent fdb44a0863
commit 8678ff7dad

View File

@@ -308,7 +308,7 @@ public class CardDetailPanel extends JPanel implements CardContainer {
if (preventNextDamage > 0) {
area.append("\n");
area.append("Prevent the next ").append(preventNextDamage).append(" damage that would be dealt to ");
area.append(card.getName()).append(" it this turn.");
area.append(card.getName()).append(" this turn.");
}
// top revealed