summaryrefslogtreecommitdiff
path: root/streetsmod/init.lua
diff options
context:
space:
mode:
Diffstat (limited to 'streetsmod/init.lua')
-rw-r--r--streetsmod/init.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/streetsmod/init.lua b/streetsmod/init.lua
index d625e5b..006dc25 100644
--- a/streetsmod/init.lua
+++ b/streetsmod/init.lua
@@ -64,7 +64,7 @@
return math.floor(num * mult + 0.5) / mult
end
minetest.register_chatcommand("streets",{
- description = "Check version of your installed StreetsMod and find information",
+ description = S("Check version of your installed StreetsMod and find information"),
func = function(name,param)
minetest.show_formspec(name, "streets:streetsform", table.concat({
"size[10,6]",