minor prompt fix in AF_Choose

This commit is contained in:
slapshot5
2011-09-30 20:41:38 +00:00
parent 470c31c6c1
commit 01960c3eaf

View File

@@ -338,7 +338,7 @@ public class AbilityFactory_Choose {
boolean valid = false;
while (!valid) {
if (sa.getActivatingPlayer().isHuman()) {
Object o = GuiUtils.getChoice("Choose a basic land type",
Object o = GuiUtils.getChoice("Choose a land type",
CardUtil.getLandTypes().toArray());
if (null == o) {
return;