summaryrefslogtreecommitdiff
path: root/intllib.lua
diff options
context:
space:
mode:
Diffstat (limited to 'intllib.lua')
-rw-r--r--intllib.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/intllib.lua b/intllib.lua
index 18bd0b2..732aa9d 100644
--- a/intllib.lua
+++ b/intllib.lua
@@ -71,7 +71,7 @@ function load_strings ( modname, lang )
if (not f) then
f, e = io.open(minetest.get_modpath("intllib").."/locale/"..modname.."/"..lang..".txt");
if (not f) then
- return nil, "Could not load '"..LANG.."' texts: "..e;
+ return nil;
end
end
local strings;