diff --git a/src/m_cheat.cpp b/src/m_cheat.cpp index 5964d1c28..b85f87c0d 100644 --- a/src/m_cheat.cpp +++ b/src/m_cheat.cpp @@ -165,7 +165,7 @@ void cht_DoCheat (player_t *player, int cheat) else { player->cheats &= ~CF_NOCLIP; - msg = GStrings("STSTR_NCOFF"); + msg = GStrings("STSTR_NC2OFF"); } if (player->mo->Vel.X == 0) player->mo->Vel.X = MinVel; // force some lateral movement so that internal variables are up to date break;