From 3fce27ece5629a805a5d6c508f130170c6ccafab Mon Sep 17 00:00:00 2001 From: Paul Ouellette Date: Wed, 16 Jan 2019 07:39:13 -0500 Subject: Fix some misspellings (#8104) --- builtin/fstk/ui.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'builtin/fstk') diff --git a/builtin/fstk/ui.lua b/builtin/fstk/ui.lua index 3ac0386ca..a3e3a092a 100644 --- a/builtin/fstk/ui.lua +++ b/builtin/fstk/ui.lua @@ -92,9 +92,9 @@ function ui.update() formspec = wordwrap_quickhack(gamedata.errormessage) local error_title if string.find(gamedata.errormessage, "ModError") then - error_title = fgettext("An error occured in a Lua script, such as a mod:") + error_title = fgettext("An error occurred in a Lua script, such as a mod:") else - error_title = fgettext("An error occured:") + error_title = fgettext("An error occurred:") end formspec = "size[12,5]" .. "label[0.5,0;" .. error_title .. -- cgit v1.2.3