mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-12-26 18:09:33 +01:00
More tabulation fixes
This commit is contained in:
parent
576bbde2e6
commit
9379319aba
1 changed files with 8 additions and 8 deletions
|
@ -58,20 +58,20 @@ mcl_copper.copper_longdescs = {
|
||||||
["block"] = {
|
["block"] = {
|
||||||
S("A block of copper is mostly a decorative block."),
|
S("A block of copper is mostly a decorative block."),
|
||||||
S("Exposed copper is a decorative block."),
|
S("Exposed copper is a decorative block."),
|
||||||
S("Weathered copper is a decorative block."),
|
S("Weathered copper is a decorative block."),
|
||||||
S("Oxidized copper is a decorative block.")
|
S("Oxidized copper is a decorative block.")
|
||||||
},
|
},
|
||||||
["cut"] = {
|
["cut"] = {
|
||||||
S("Cut copper is a decorative block."),
|
S("Cut copper is a decorative block."),
|
||||||
S("Exposed cut copper is a decorative block."),
|
S("Exposed cut copper is a decorative block."),
|
||||||
S("Weathered cut copper is a decorative block."),
|
S("Weathered cut copper is a decorative block."),
|
||||||
S("Oxidized cut copper is a decorative block.")
|
S("Oxidized cut copper is a decorative block.")
|
||||||
},
|
},
|
||||||
["grate"] = {
|
["grate"] = {
|
||||||
S("Copper grate is a decorative block."),
|
S("Copper grate is a decorative block."),
|
||||||
S("Exposed copper grate is a decorative block."),
|
S("Exposed copper grate is a decorative block."),
|
||||||
S("Weathered copper grate is a decorative block."),
|
S("Weathered copper grate is a decorative block."),
|
||||||
S("Oxidized copper grate is a decorative block.")
|
S("Oxidized copper grate is a decorative block.")
|
||||||
},
|
},
|
||||||
["chiseled"] = {
|
["chiseled"] = {
|
||||||
S("Chiseled copper is a decorative block."),
|
S("Chiseled copper is a decorative block."),
|
||||||
|
|
Loading…
Reference in a new issue