From 862cf25bc8217847c971fd76974718f458491364 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lilian=20J=C3=B3nsd=C3=B3ttir?= Date: Sun, 4 Oct 2020 01:36:13 -0700 Subject: [PATCH] shit --- MWSE/mods/celediel/NPCsGoHome/mcm.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MWSE/mods/celediel/NPCsGoHome/mcm.lua b/MWSE/mods/celediel/NPCsGoHome/mcm.lua index 47d09a1..cd9460e 100644 --- a/MWSE/mods/celediel/NPCsGoHome/mcm.lua +++ b/MWSE/mods/celediel/NPCsGoHome/mcm.lua @@ -24,7 +24,7 @@ local category = page:createCategory(common.modName) category:createDropdown({ label = "Debug log level", description = "Enable this if you want to flood mwse.log with nonsense. Even small is huge." .. - "Large in Sadrth Mora: Seat of Power spits out 2k lines each update. Don't pick that option.", + "Large in Sadrith Mora: Seat of Power spits out 2k lines each update. Don't pick that option.", options = { {label = "None", value = common.logLevels.none}, {label = "Small", value = common.logLevels.small},