diff --git a/src/g_level.cpp b/src/g_level.cpp index 99be28e05e..e1d8fc322b 100644 --- a/src/g_level.cpp +++ b/src/g_level.cpp @@ -471,7 +471,7 @@ void G_InitNew (const char *mapname, bool bTitleLevel) for (i = 0; i < MAXPLAYERS; ++i) { if (playeringame[i]) - players[i].SetLogText ("Find help"); + players[i].SetLogText ("$TXT_FINDHELP"); } } diff --git a/wadsrc/static/language.enu b/wadsrc/static/language.enu index f620abfc1b..54cb51ef14 100644 --- a/wadsrc/static/language.enu +++ b/wadsrc/static/language.enu @@ -1464,6 +1464,8 @@ TXT_DOES_NOT_WORK = "That doesn't seem to work"; // Strife Quest messages +TXT_FINDHELP = "FIND HELP"; + TXT_QUEST_14 = "You've Blown Up the Crystal"; TXT_QUEST_16 = "You've Blown Up the Gates"; TXT_QUEST_27 = "You've Blown Up the Computer";