From d851fc57d7b33823054cf66f1e0b4174c3a8b39d Mon Sep 17 00:00:00 2001 From: jendave Date: Sat, 6 Aug 2011 03:53:16 +0000 Subject: [PATCH] - Fixed Shizo, Death's Storehouse input message (thanks slapshot5 for pointing it out!) --- src/forge/CardFactory_Lands.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/forge/CardFactory_Lands.java b/src/forge/CardFactory_Lands.java index 6944890e64a..41455cbfd35 100644 --- a/src/forge/CardFactory_Lands.java +++ b/src/forge/CardFactory_Lands.java @@ -2004,7 +2004,7 @@ class CardFactory_Lands { @Override public void showMessage() { ButtonUtil.enableOnlyCancel(); - AllZone.Display.showMessage("Select egendary creature to get fear"); + AllZone.Display.showMessage("Select legendary creature to get fear"); } @Override