mirror of
https://github.com/FaceDeer/dfcaverns.git
synced 2025-07-12 21:40:29 +02:00
update translation string formatting, fix a typo in ice sprites
This commit is contained in:
@ -7,7 +7,7 @@ local ice_sprite_bottle_desc
|
||||
local ice_sprite_bottle_usage
|
||||
|
||||
if minetest.get_modpath("doc") then
|
||||
ice_sprite_desc = S("Ice sprites are mysterious glowing insect-like creatures that appear to be made partly of crystalized water.")
|
||||
ice_sprite_desc = S("Ice sprites are mysterious glowing insect-like creatures that appear to be made partly of crystallized water.")
|
||||
if minetest.get_modpath("vessels") then
|
||||
if minetest.get_modpath("fireflies") then
|
||||
ice_sprite_usage = S("Ice sprites can be caught with nets and placed in bottles as sources of light and freezing cold.")
|
||||
|
Reference in New Issue
Block a user