From d19e98beb836daf4ece19f7c5fe34d558629357f Mon Sep 17 00:00:00 2001 From: toaster Date: Sat, 19 Aug 2023 21:33:49 +0100 Subject: [PATCH] Proper-Nounify the Spray Cans on the Challenges descriptions --- src/m_cond.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/m_cond.c b/src/m_cond.c index d6921a30c..554cba4a6 100644 --- a/src/m_cond.c +++ b/src/m_cond.c @@ -1532,7 +1532,7 @@ static const char *M_GetConditionString(condition_t *cn) title = BUILDCONDITIONTITLE(checkLevel); - work = va("%s: grab the spraycan", title); + work = va("%s: grab the Spray Can", title); Z_Free(title); return work;