diff --git a/init.lua b/init.lua index b6cb1e9..0778a73 100644 --- a/init.lua +++ b/init.lua @@ -69,7 +69,7 @@ function intllib.Getter(modname) local loc = info and info.short_src..":"..info.currentline minetest.log("deprecated", "intllib.Getter is deprecated." .." Please use intllib.make_gettext_pair instead." - ..(info and " (called from "..loc..")" or "") + ..(info and " (called from "..loc..")" or "")) return Getter(modname) end