From c309cba6e5b0b72b3f25844afc44e32df644474b Mon Sep 17 00:00:00 2001 From: jendave Date: Sun, 7 Aug 2011 01:23:57 +0000 Subject: [PATCH] improve selection message for exileFromGraveType --- src/forge/card/spellability/Cost_Payment.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;