Capitalise witch award title

This commit is contained in:
rubenwardy 2014-05-02 18:40:08 +01:00
parent bff6c91fc2
commit 89dc2b074f
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ awards.register_achievement("award_death1",{
-- Burned to death
awards.register_achievement("award_burn",{
title = "you're a witch!",
title = "You're a witch!",
description = "Burn to death in a fire",
})