Improve feedback message upon reporting (#408)

This commit is contained in:
Thomas-AC-Dev 2019-05-10 08:31:15 -07:00 committed by ANAND ︻气デ═一
parent b9e7b3b58e
commit ba432ea77c

View file

@ -85,6 +85,6 @@ minetest.register_chatcommand("report", {
end
end
return true, "Reported. We'll get back to you."
return true, "Report has been sent."
end
})