diff options
author | Wuzzy <almikes@aol.com> | 2016-12-14 15:53:55 +0100 |
---|---|---|
committer | Wuzzy <almikes@aol.com> | 2016-12-14 15:53:55 +0100 |
commit | 38710369567a409dfeabaaada700095316de4a1e (patch) | |
tree | 51f06d5fefc3240b512c50757983923827bf5892 /init.lua | |
parent | 865ae9fcbd68a26ce672ccbc7f287fff3544c770 (diff) |
Update translations
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -223,7 +223,8 @@ local toolcaps_to_text = function(tool_capabilities, check_uses) end end if caplines > 0 then - formstring = formstring .. S("This tool is capable of mining.\nMaximum mining levels:\n") + formstring = formstring .. S("This tool is capable of mining.") .. "\n" + formstring = formstring .. S("Maximum mining levels:") .. "\n" formstring = formstring .. miningcapstr formstring = newline(formstring) end |