From 0e07b7478899600805c32564f1b88c1aaedbe16f Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Wed, 26 Feb 2020 11:17:46 -0500 Subject: Small code cleanup. --- core/locale.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/locale.lua') diff --git a/core/locale.lua b/core/locale.lua index 2c94ef1c..48de4af5 100644 --- a/core/locale.lua +++ b/core/locale.lua @@ -17,7 +17,7 @@ if not f then if lang then f = io.open(_HOME..'/core/locales/locale.'..lang..'.conf') end end if not f then f = io.open(_HOME..'/core/locale.conf', 'rb') end -assert(f, '"core/locale.conf" not found.') +assert(f, '"core/locale.conf" not found') for line in f:lines() do -- Any line that starts with a non-word character except '[' is considered a -- comment. -- cgit v1.2.3