1
0
mirror of https://github.com/minetest/minetest_game.git synced 2025-06-28 04:40:22 +02:00

Fix and improve translation strings (#2471)

This commit is contained in:
sfan5
2019-09-12 19:03:10 +02:00
committed by GitHub
parent ea992bdace
commit e4adb01fbf
15 changed files with 387 additions and 166 deletions

View File

@ -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,