German translation: mcl_beds to mcl_chests

This commit is contained in:
Wuzzy 2019-03-14 06:20:05 +01:00
parent 7be98bfce0
commit e01ed8ab24
16 changed files with 154 additions and 22 deletions

View file

@ -109,7 +109,7 @@ end
-- Book and Quill
minetest.register_craftitem("mcl_books:writable_book", {
description = "Book and Quill",
description = S("Book and Quill"),
_doc_items_longdesc = S("This item can be used to write down some notes."),
_doc_items_usagehelp = S("Hold it in the hand, then rightclick to read the current notes and edit then. You can edit the text as often as you like. You can also sign the book which turns it into a written book which you can stack, but it can't be edited anymore.").."\n"..
S("A book can hold up to 4500 characters. The title length is limited to 64 characters."),