v0.3.2c: updated a couple poorly worded texts

This commit is contained in:
Evan Debenham
2015-11-18 17:21:06 -05:00
committed by Evan Debenham
parent d7ae88d963
commit 8bf7794bb6
2 changed files with 2 additions and 2 deletions
@@ -49,7 +49,7 @@ public class Chasm {
private static final String TXT_YES = "Yes, I know what I'm doing";
private static final String TXT_NO = "No, I changed my mind";
private static final String TXT_JUMP =
"Do you really want to jump into the chasm? You can probably die.";
"Do you really want to jump into the chasm? A fall that far will be painful.";
public static boolean jumpConfirmed = false;