From 3138c0aee5b3efe03fa9c6f30cd098410c85b3f4 Mon Sep 17 00:00:00 2001 From: Sabe Jones Date: Wed, 12 Feb 2014 20:08:45 -0600 Subject: [PATCH] fix(spells): Capitalization error --- locales/en/character.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/locales/en/character.json b/locales/en/character.json index 80c9a1e593..5e754e0a45 100644 --- a/locales/en/character.json +++ b/locales/en/character.json @@ -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: " -} \ No newline at end of file +}