Fix and improve translation strings (#2471)
This commit is contained in:
parent
ea992bdace
commit
e4adb01fbf
15 changed files with 387 additions and 166 deletions
|
@ -59,7 +59,7 @@ minetest.after(4.7, cyclic_update)
|
|||
-- Binoculars item
|
||||
|
||||
minetest.register_craftitem("binoculars:binoculars", {
|
||||
description = S("Binoculars\nUse with 'Zoom' key"),
|
||||
description = S("Binoculars") .. "\n" .. S("Use with 'Zoom' key"),
|
||||
inventory_image = "binoculars_binoculars.png",
|
||||
stack_max = 1,
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue