diff --git a/locales/en/pets.json b/locales/en/pets.json
index 8a3ff416ee..842597c2ec 100644
--- a/locales/en/pets.json
+++ b/locales/en/pets.json
@@ -29,6 +29,6 @@
"firstDrop": "You've unlocked the Drop System! Now when you complete tasks, you have a small chance of finding an item. You just found a <%= eggText %> Egg! <%= eggNotes %>",
"useGems": "If you've got your eye on a pet, but can't wait any longer for it to drop, use Gems in Options > Inventory to buy one!",
"hatchAPot": "Hatch a <%= potion %> <%= egg %>?",
- "feedPet": "'Feed <%= name %> <%= article %> <%= text %>?",
+ "feedPet": "Feed <%= article %> <%= text %> to <%= name %>?",
"useSaddle": "Saddle <%= pet %>?"
-}
\ No newline at end of file
+}