diff options
author | Diego MartÃnez <kaeza@users.noreply.github.com> | 2017-02-20 17:24:17 -0300 |
---|---|---|
committer | Auke Kok <sofar+github@foo-projects.org> | 2017-02-20 13:38:32 -0800 |
commit | b49543824a5d7d85de5d6a71cf871bf96c932090 (patch) | |
tree | 5106a1f205fdb69a5b31d3fdb6c4f43d73a7fce9 /polebean.lua | |
parent | 89ec8d0d8d4a7bb33041982a53c3ca0d4aa9da81 (diff) |
Fix some translatable strings.
Diffstat (limited to 'polebean.lua')
-rw-r--r-- | polebean.lua | 2 |
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, |