diff options
author | Wuzzy <almikes@aol.com> | 2016-10-30 21:16:44 +0100 |
---|---|---|
committer | Wuzzy <almikes@aol.com> | 2016-10-30 21:16:44 +0100 |
commit | 8c6c9fb4ab9dbfed2928786c93ad020a3aa90f74 (patch) | |
tree | 78075433ad40ce7f023d92852759189acd5066bf | |
parent | a11ae852625a6f0cb3c12c4dc44fe787e58f425a (diff) |
Add xpanes help texts back again
-rw-r--r-- | helptexts.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/helptexts.lua b/helptexts.lua index 7c80a6e..dbe0b7b 100644 --- a/helptexts.lua +++ b/helptexts.lua @@ -241,8 +241,8 @@ local export_longdesc = { ["vessels:drinking_glass"] = S("A decorational item which can be placed."), ["vessels:steel_bottle"] = S("A decorational item which can be placed."), ["vessels:shelf"] = S("A vessels shelf provides 16 inventory slots for vessels (like glass bottles)."), - ["xpanes:pane"] = S("Glass panes are thin layers of glass which neatly connect to their neighbors as you build them."), - ["xpanes:bar"] = S("Iron bars neatly connect to their neighbors as you build them."), + ["xpanes:pane_1"] = S("Glass panes are thin layers of glass which neatly connect to their neighbors as you build them."), + ["xpanes:bar_1"] = S("Iron bars neatly connect to their neighbors as you build them."), ["beds:bed_bottom"] = beddesc, ["beds:fancy_bed_bottom"] = beddesc, ["walls:cobble"] = walldesc, |