Fix comment
authorShadowNinja <noreply@gmail.com>
Wed, 30 Oct 2013 17:50:24 +0000 (13:50 -0400)
committerShadowNinja <noreply@gmail.com>
Wed, 30 Oct 2013 17:50:24 +0000 (13:50 -0400)
technic/init.lua

index 71a7f459e3a720156b0b67b067cd71041a83a98a..001ae5f1f7ccde1bd67914b3495513d71a82baf4 100644 (file)
@@ -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