Fix typo/phrasing on pet feeding confirmation

This commit is contained in:
Sabe Jones 2014-02-11 19:59:37 -06:00
parent 1b2bcc4683
commit c0c7095343

View file

@ -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 <strong><%= eggText %> Egg</strong>! <%= eggNotes %>",
"useGems": "If you've got your eye on a pet, but can't wait any longer for it to drop, use Gems in <strong>Options > Inventory</strong> to buy one!",
"hatchAPot": "Hatch a <%= potion %> <%= egg %>?",
"feedPet": "'Feed <%= name %> <%= article %> <%= text %>?",
"feedPet": "Feed <%= article %> <%= text %> to <%= name %>?",
"useSaddle": "Saddle <%= pet %>?"
}
}