File tree Expand file tree Collapse file tree
src/main/java/studio/magemonkey/divinity/config Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -241,7 +241,7 @@ public class Lang extends CoreLang {
241241 public ILangMsg Classes_Error_NoClass =
242242 new ILangMsg (this , "&cYou must have class to do that!" );
243243 public ILangMsg Classes_Aspect_Inc_Error_NoPoints =
244- new ILangMsg (this , "You don't have enought aspect points!" );
244+ new ILangMsg (this , "You don't have enough aspect points!" );
245245 public ILangMsg Classes_Aspect_Inc_Done =
246246 new ILangMsg (this , "Your &a%aspect% &7has been increased to &a%value%&7!" );
247247 public ILangMsg Classes_Skill_Cast_Error_Skill_Level =
@@ -264,7 +264,7 @@ public class Lang extends CoreLang {
264264 public ILangMsg Classes_Skill_Learn_Error_Has =
265265 new ILangMsg (this , "You're already know this skill!" );
266266 public ILangMsg Classes_Skill_Learn_Error_TooExpensive =
267- new ILangMsg (this , "You don't have enought skill points to upgrade this skill!" );
267+ new ILangMsg (this , "You don't have enough skill points to upgrade this skill!" );
268268 public ILangMsg Classes_Leveling_Points_Aspect_Get = new ILangMsg (this ,
269269 "{message: ~prefix: false;}&2*** &aYou received &f%amount% Aspect Points&a! Spend them in &f/class aspects &2***" );
270270 public ILangMsg Classes_Leveling_Points_Skill_Get = new ILangMsg (this ,
You can’t perform that action at this time.
0 commit comments