Fix syntax error

master
Wuzzy 2016-12-19 22:39:53 +01:00
parent e279f9b46f
commit 467d510264
1 changed files with 1 additions and 1 deletions

View File

@ -1285,7 +1285,7 @@ end
if minetest.get_modpath("sfinv_buttons") ~= nil then
sfinv_buttons.register_button("ltool", {
title = "L-System Tree Utility",
tooltip = "Invent your own trees and plant them"
tooltip = "Invent your own trees and plant them",
image = "ltool_sapling.png",
action = button_action,
})