Fix various typos in German translation
This commit is contained in:
parent
435ae85d68
commit
c5db9987c3
20 changed files with 40 additions and 38 deletions
|
@ -237,7 +237,7 @@ minetest.register_node("mcl_core:stone_smooth", {
|
|||
|
||||
minetest.register_node("mcl_core:granite", {
|
||||
description = S("Granite"),
|
||||
_doc_items_longdesc = "Granite is an igneous rock.",
|
||||
_doc_items_longdesc = S("Granite is an igneous rock."),
|
||||
tiles = {"mcl_core_granite.png"},
|
||||
is_ground_content = true,
|
||||
stack_max = 64,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue