Remove an old achievements TODO

This commit is contained in:
Wuzzy 2022-08-12 23:13:39 +02:00
parent e0c45e98d7
commit cc3ee37536

View File

@ -508,8 +508,6 @@ function achievements.get_formspec(name)
form = form .. "label[0.25,0.25;" .. minetest.formspec_escape(title) .. "]"
form = form .. "label[7.25,0.25;" .. minetest.formspec_escape(progress) .. "]"
-- TODO: Revert this back to a label
-- Currently a textarea as a workaround for a bug in Minetest that makes labels too short when translated.
form = form .. "textarea[2.5,0.75;5.75,2;;;" .. minetest.formspec_escape(description) .. "]"
local icon, item_icon