From 6d93dc1b2ca0d0cefea06820243e80a4397bef30 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Wed, 9 Aug 2017 17:47:54 +0200 Subject: [PATCH] Tweak tree name tooltip --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index c5ce6c4..94bb84a 100644 --- a/init.lua +++ b/init.lua @@ -333,7 +333,7 @@ function ltool.tab_edit(fields, has_ledit_priv, has_lplant_priv) "tooltip[random_level;Factor to lower number of iterations, usually between 0 and 3.]".. "field[6.2,8;3,0;angle;Angle (in °);"..s(fields.angle).."]".. "field[9.2,8;3,0;name;Name;"..s(fields.name).."]".. - "tooltip[name;An unique name for this tree, only used for convenience.]".. + "tooltip[name;Descriptive name for this tree, only used for convenience.]".. leditbuttons end