ref luacheck whitespace 2nd run

This commit is contained in:
Zweihorn 2019-05-13 23:54:52 +02:00
parent c0203a3d44
commit 23c20c32b0
3 changed files with 5 additions and 3 deletions

View File

@ -15,7 +15,7 @@ The Minetest Game github master HEAD is generally compatible with the github
master HEAD of the Minetest engine.
Additionally, when the Minetest engine is tagged to be a certain version (eg.
5.0.1), Minetest Game is tagged with the version too.
0.4.10), Minetest Game is tagged with the version too.
When stable releases are made, Minetest Game is packaged and made available in
http://minetest.net/downloads/

View File

@ -569,7 +569,9 @@ function default.sapling_on_place(itemstack, placer, pointed_thing,
-- minetest.chat_send_player(player_name,
-- itemstack:get_definition().description .. " will intersect protection " ..
-- "on growth")
minetest.chat_send_player(player_name, S("@1 will intersect protection on growth.", itemstack:get_definition().description))
minetest.chat_send_player(player_name,
S("@1 will intersect protection on growth.",
itemstack:get_definition().description))
return itemstack
end

View File

@ -3,7 +3,7 @@
dye = {}
-- Load support for MT game translation.
local S = minetest.get_translator()
local S = minetest.get_translator()
-- Make dye names and descriptions available globally