Proper-Nounify the Spray Cans on the Challenges descriptions

This commit is contained in:
toaster 2023-08-19 21:33:49 +01:00
parent 78850c48b2
commit d19e98beb8

View file

@ -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;