Skip to content

Commit a91f559

Browse files
committed
Fix typo
1 parent 6e160db commit a91f559

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • src/main/java/studio/magemonkey/divinity/config

src/main/java/studio/magemonkey/divinity/config/Lang.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)