- Little fix for the prompt of the reveal cost.

This commit is contained in:
Sloth
2011-09-04 11:40:28 +00:00
parent 263be6f3d1
commit 5428c2a8f5

View File

@@ -168,7 +168,7 @@ public class CostReveal extends CostPartWithList {
type.append(" ").append(discType);
}
StringBuilder sb = new StringBuilder();
sb.append("Select a");
sb.append("Select a ");
sb.append(part.getDescriptiveType());
sb.append(" to reveal.");
if (nNeeded > 1) {