This commit is contained in:
Lunovox 2024-02-19 11:47:01 -03:00
parent c24e5313d7
commit af26b86f2a

View file

@ -275,7 +275,7 @@ modEUrn.getPropCommCandVote = function()
else
minetest.chat_send_player(
playername,
core.colorize("#FF0000", "[E-URN:ERRO]").." "
core.colorize("#FF0000", "[E-URN]").." "
..modEUrn.translate("You have not yet played the minimum number of hours to become a presidential voter. (Minimum %02d hours)"):format(modEUrn.MinPlayedHours)
)
end