From 9aea1c9ba84271ea73fa216ff4cce6c20a3a2ac6 Mon Sep 17 00:00:00 2001 From: Brad Ellis Date: Wed, 16 Jun 2021 14:52:30 +0100 Subject: [PATCH] Change string back; I was using this for debugging. --- TR5Main/Scripting/Scripts/English.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TR5Main/Scripting/Scripts/English.lua b/TR5Main/Scripting/Scripts/English.lua index 2e1282ace..246bce525 100644 --- a/TR5Main/Scripting/Scripts/English.lua +++ b/TR5Main/Scripting/Scripts/English.lua @@ -87,7 +87,7 @@ GameFlow.strings[71] = "Special effects"; -- Level names (from 100 to 199) GameFlow.strings[100] = "Title level"; GameFlow.strings[101] = "Strets of Rome"; -GameFlow.strings[102] = "Trajan lolMarkets"; +GameFlow.strings[102] = "Trajan Markets"; GameFlow.strings[103] = "The Colosseum"; GameFlow.strings[104] = "The base"; GameFlow.strings[105] = "The submarine";