From 4af5b90030d5291d1d201c563465e680b166e66f Mon Sep 17 00:00:00 2001 From: Li0n Date: Wed, 10 Jun 2020 00:01:09 +0200 Subject: [PATCH] Fix typo in music disc description --- mods/ITEMS/mcl_jukebox/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/ITEMS/mcl_jukebox/init.lua b/mods/ITEMS/mcl_jukebox/init.lua index bace6dd20..4abe956c4 100644 --- a/mods/ITEMS/mcl_jukebox/init.lua +++ b/mods/ITEMS/mcl_jukebox/init.lua @@ -31,7 +31,7 @@ for r=1, records do doc = true entryname = S("Music Disc") longdesc = S("A music disc holds a single music track which can be used in a jukebox to play music.") - usagehelp = S("Place a music dict into an empty jukebox to play the music. Use the jukebox again to retrieve the music disc. The music can only be heard by you, not by other players.") + usagehelp = S("Place a music disc into an empty jukebox to play the music. Use the jukebox again to retrieve the music disc. The music can only be heard by you, not by other players.") end minetest.register_craftitem("mcl_jukebox:record_"..r, { description =