Fix orthography (it's -> its) (#65)

This commit is contained in:
fluxionary
2023-08-26 02:40:59 -07:00
committed by GitHub
parent d464d3484f
commit c8cf4aba92
6 changed files with 7 additions and 7 deletions

View File

@ -207,7 +207,7 @@ minetest.register_chatcommand("recursive_remove_areas", {
areas:remove(id, true)
areas:save()
return true, S("Removed area @1 and it's sub areas.", id)
return true, S("Removed area @1 and its sub areas.", id)
end
})