From 45a93fc57ee0b9f5212605a6e92bc270771c151a Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Mon, 13 Jan 2020 18:05:43 +0100 Subject: [PATCH] - fixed a few bad or missing string labels. --- source/rr/src/screens.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/rr/src/screens.cpp b/source/rr/src/screens.cpp index ab47de266..f5e4bc01e 100644 --- a/source/rr/src/screens.cpp +++ b/source/rr/src/screens.cpp @@ -2712,14 +2712,14 @@ void G_BonusScreenRRRA(int32_t bonusonly) if (lastmapname) menutext(80, 16, lastmapname); - menutext(15, 192, GStrings("TXT_PRESSKEY")); + menutext(15, 192, GStrings("PRESSKEY")); const int yystep = 16; if (totalclock > (60*3)) { yy = zz = 48; - menutext(30, yy, "Yer Time:"); + menutext(30, yy, GStrings("TXT_YERTIME")); yy+= yystep; if (!(ud.volume_number == 0 && ud.last_level-1 == 7 && boardfilename[0])) @@ -2762,7 +2762,7 @@ void G_BonusScreenRRRA(int32_t bonusonly) // menutext(191 + 30 + (clockpad*24), yy, "New record!"); } else - menutext(191, yy, "Cheated!"); + menutext(191, yy, GStrings("TXT_Cheated")); yy+=yystep; if (!(ud.volume_number == 0 && ud.last_level-1 == 7 && boardfilename[0]))