From 365993870a9d47525f31f20f85dfa310df833bba Mon Sep 17 00:00:00 2001 From: Sabe Jones Date: Mon, 19 May 2014 19:00:37 -0500 Subject: [PATCH] fix(text): The Potion that gives Health... ...is a Health Potion. --- locales/en/content.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/locales/en/content.json b/locales/en/content.json index a8c429a2a5..5b0b3ab63a 100644 --- a/locales/en/content.json +++ b/locales/en/content.json @@ -1,5 +1,5 @@ { - "potionText": "Potion", + "potionText": "Health Potion", "potionNotes": "Recover 15 Health (Instant Use)", "dropEggWolfText": "Wolf", @@ -90,4 +90,4 @@ "foodNotes": "Feed this to a pet and it may grow into a sturdy steed." -} \ No newline at end of file +}