diff --git a/src/forge/card/spellability/Cost_Payment.java b/src/forge/card/spellability/Cost_Payment.java index 5de7e94dc5e..67613b64bac 100644 --- a/src/forge/card/spellability/Cost_Payment.java +++ b/src/forge/card/spellability/Cost_Payment.java @@ -1368,7 +1368,7 @@ public class Cost_Payment { if (typeList.size() == 0) cancel(); - Object o = GuiUtils.getChoiceOptional("Select a card", typeList.toArray()); + Object o = GuiUtils.getChoiceOptional("Exile from grave", typeList.toArray()); if (o != null) { Card c = (Card) o;