diff --git a/src/m_cond.c b/src/m_cond.c index 55eeeb300..9fc0d0805 100644 --- a/src/m_cond.c +++ b/src/m_cond.c @@ -1002,7 +1002,7 @@ static const char *M_GetConditionString(condition_t *cn) work = " Race"; break; case GDGT_PRISONS: - work = " Capsule"; + work = " Prison"; break; case GDGT_BATTLE: work = " Battle";