added missing S()

master
Xanthin 2014-04-16 00:14:55 +02:00
parent 68e352b318
commit d24a5266b1
1 changed files with 2 additions and 2 deletions

View File

@ -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()
streets.load.fin = os.clock()