From 5054186f555f9347c6b97e7adaaca043c4585d2c Mon Sep 17 00:00:00 2001 From: Dayzin <776045+Dayzin@users.noreply.github.com> Date: Sat, 13 Mar 2021 01:09:49 -0700 Subject: [PATCH 1/3] Spelling fix --- modules/Achievements.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/Achievements.lua b/modules/Achievements.lua index 4f064313..27892c94 100644 --- a/modules/Achievements.lua +++ b/modules/Achievements.lua @@ -65,7 +65,7 @@ Prat:AddModuleToLoad(function() ["grats_have_3"] = "Wow %s that's great", ["grats_have_4"] = "Welcome to the club %s", ["grats_have_5"] = "I can still rememeber getting that one %s", - ["grats_have_6"] = "That one is a rite of passge %s", + ["grats_have_6"] = "That one is a rite of passage %s", ["grats_have_7"] = "I worked on that for ages %s, grats!", ["grats_have_8"] = "I remember doing that, %s, grats!", ["grats_have_9"] = "Nicely done %s", @@ -334,4 +334,4 @@ end message.DONOTPROCESS = true end end -end) \ No newline at end of file +end) From 4672407de967af6f90d7c0980a241058d1d546d3 Mon Sep 17 00:00:00 2001 From: Dayzin <776045+Dayzin@users.noreply.github.com> Date: Sat, 13 Mar 2021 01:11:24 -0700 Subject: [PATCH 2/3] Update Achievements.lua From b1c603a9ce40d7d295d64a222858d1fee67b57d7 Mon Sep 17 00:00:00 2001 From: Dayzin <776045+Dayzin@users.noreply.github.com> Date: Sat, 13 Mar 2021 01:12:12 -0700 Subject: [PATCH 3/3] Update Achievements.lua