From 3c25b83096cda917250ef3d45dde3af297413ec1 Mon Sep 17 00:00:00 2001
From: Christoph Oelckers <coelckers@users.noreply.github.com>
Date: Sun, 19 Feb 2023 12:47:16 +0100
Subject: [PATCH 36/51] - fixed typo in string label.

---
 src/g_game.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/g_game.cpp b/src/g_game.cpp
index 4a3398fde..c960bab26 100644
--- a/src/g_game.cpp
+++ b/src/g_game.cpp
@@ -2015,7 +2015,7 @@ void G_DoLoadGame ()
 		}
 		else
 		{
-			LoadGameError("TXT_IOTHERENGINESG", engine.GetChars());
+			LoadGameError("TXT_OTHERENGINESG", engine.GetChars());
 		}
 		return;
 	}
-- 
2.39.3