forked from luanti-org/minetest_game
		
	Fix and improve translation strings (#2471)
This commit is contained in:
		| @@ -55,7 +55,7 @@ minetest.after(5.3, cyclic_update) | ||||
| -- Mapping kit item | ||||
|  | ||||
| minetest.register_craftitem("map:mapping_kit", { | ||||
| 	description = S("Mapping Kit\nUse with 'Minimap' key"), | ||||
| 	description = S("Mapping Kit") .. "\n" .. S("Use with 'Minimap' key"), | ||||
| 	inventory_image = "map_mapping_kit.png", | ||||
| 	stack_max = 1, | ||||
| 	groups = {flammable = 3}, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user