summaryrefslogtreecommitdiff
path: root/polebean.lua
diff options
context:
space:
mode:
Diffstat (limited to 'polebean.lua')
-rw-r--r--polebean.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/polebean.lua b/polebean.lua
index cbb730c..608f6bb 100644
--- a/polebean.lua
+++ b/polebean.lua
@@ -229,7 +229,7 @@ end
for stage = 1,4 do
minetest.register_node("crops:beanpole_plant_top_" .. stage, {
- description = S("green bean plant"),
+ description = S("Green Bean plant"),
tiles = { "crops_beanpole_plant_top_" .. stage .. ".png" },
drawtype = "plantlike",
sunlight_propagates = true,