diff options
author | Xanthin <Xanthin@users.noreply.github.com> | 2014-04-16 00:14:55 +0200 |
---|---|---|
committer | Xanthin <Xanthin@users.noreply.github.com> | 2014-04-16 00:14:55 +0200 |
commit | d24a5266b159b300e278fea6b62c82bd2244b896 (patch) | |
tree | 5fa1c6437f1385a248a20207c7e522dae7932c17 | |
parent | 68e352b318ab591aa8a7c237eae749f53d8fe0c0 (diff) | |
download | roads-d24a5266b159b300e278fea6b62c82bd2244b896.tar roads-d24a5266b159b300e278fea6b62c82bd2244b896.tar.gz roads-d24a5266b159b300e278fea6b62c82bd2244b896.tar.bz2 roads-d24a5266b159b300e278fea6b62c82bd2244b896.tar.xz roads-d24a5266b159b300e278fea6b62c82bd2244b896.zip |
added missing S()
-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() |