fix(spells): Capitalization error

This commit is contained in:
Sabe Jones
2014-02-12 20:08:45 -06:00
parent be9ad4db84
commit 3138c0aee5
+2 -2
View File
@@ -122,6 +122,6 @@
"invalidTarget": "Invalid target",
"youCast": "You cast <%= spell %>.",
"youCastTarget": "You cast <%= spell %> on <%= target %>.",
"youCastParty": "You cast <%= spell %> for the Party.",
"youCastParty": "You cast <%= spell %> for the party.",
"critBonus": "Critical Hit! Bonus: "
}
}