diff --git a/src/m_cond.c b/src/m_cond.c index 436db7dcf..1777af617 100644 --- a/src/m_cond.c +++ b/src/m_cond.c @@ -2899,7 +2899,7 @@ char *M_BuildConditionSetString(UINT16 unlockid) if (work == NULL) { stopasap = true; - work = "???"; + work = "(Find other secrets to learn about this...)"; } else if (cn->type == UC_DESCRIPTIONOVERRIDE) {