Fix translation encapsulation error.

Quotes are in the wrong location.
This commit is contained in:
amadin 2016-10-30 07:29:26 +00:00 committed by Auke Kok
parent f8298d1689
commit c5beed1ba6

View File

@ -148,7 +148,7 @@ minetest.register_node("crops:beanpole_top", {
})
minetest.register_node("crops:beanpoles", {
description = "S(Beanpoles)",
description = S("Beanpoles"),
inventory_image = "crops_beanpole_top.png",
wield_image = "crops_beanpole_top.png",
tiles = { "crops_beanpole_base.png" },