summaryrefslogtreecommitdiff
path: root/streetsmod/init.lua
diff options
context:
space:
mode:
Diffstat (limited to 'streetsmod/init.lua')
-rw-r--r--streetsmod/init.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/streetsmod/init.lua b/streetsmod/init.lua
index 1887e7e..86b7e19 100644
--- a/streetsmod/init.lua
+++ b/streetsmod/init.lua
@@ -31,7 +31,7 @@
streets.forms = {}
-- Check for mods which change this mod's beahaviour
- print("Streets: Checking installed mods...")
+ print("Streets: " .. S("Checking installed mods..."))
if minetest.get_modpath("wool") then
streets.extendedBy.wool = true
else
@@ -97,4 +97,4 @@
-- Done
print("Streets: " .. S("Setup completed, have fun with StreetsMod") .. " " .. streets.version .. "!")
- streets.load.fin = os.clock() \ No newline at end of file
+ streets.load.fin = os.clock()