From 218e99c65fd578dfb1eae46c53f4ec1ea63fe788 Mon Sep 17 00:00:00 2001 From: TheBrokenRail Date: Sun, 1 Mar 2020 14:41:16 -0500 Subject: [PATCH] Update Strings --- src/main/resources/assets/sorcerycraft/lang/en_us.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/assets/sorcerycraft/lang/en_us.json b/src/main/resources/assets/sorcerycraft/lang/en_us.json index 4d8d77b..6013d28 100644 --- a/src/main/resources/assets/sorcerycraft/lang/en_us.json +++ b/src/main/resources/assets/sorcerycraft/lang/en_us.json @@ -7,7 +7,7 @@ "chat.sorcerycraft.new_spell": "%s has learned the spell %s", "entity.sorcerycraft.spell": "Spell", "command.sorcerycraft.spell.invalid_action": "Invalid sub-command \"%s\"", - "command.sorcerycraft.spell.cleared_spells": "All known spells cleared from %s", + "command.sorcerycraft.spell.cleared_spells": "All spells cleared from %s", "command.sorcerycraft.spell.listing_spells": "%s knows the following spells:", "spell.sorcerycraft.damage_spell": "Damage", "spell.sorcerycraft.heal_spell": "Heal",