improve selection message for exileFromGraveType

This commit is contained in:
jendave
2011-08-07 01:23:57 +00:00
parent ea8097016c
commit c309cba6e5

View File

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