summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--technic/init.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/technic/init.lua b/technic/init.lua
index 71a7f45..001ae5f 100644
--- a/technic/init.lua
+++ b/technic/init.lua
@@ -8,7 +8,7 @@ local load_start = os.clock()
local modpath = minetest.get_modpath("technic")
technic.modpath = modpath
--- Boilerplate to support intllib + S("%s", "foo") syntax
+-- Boilerplate to support intllib
if intllib then
technic.getter = intllib.Getter()
else