diff options
-rw-r--r-- | streetsmod/init.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/streetsmod/init.lua b/streetsmod/init.lua index ac67614..2fb517f 100644 --- a/streetsmod/init.lua +++ b/streetsmod/init.lua @@ -26,7 +26,7 @@ } -- 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 @@ -82,4 +82,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() |