summaryrefslogtreecommitdiff
path: root/init.lua
diff options
context:
space:
mode:
Diffstat (limited to 'init.lua')
-rw-r--r--init.lua2
1 files changed, 1 insertions, 1 deletions
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