diff --git a/locales/en/character.json b/locales/en/character.json index 80f3352ccd..345cdae54e 100644 --- a/locales/en/character.json +++ b/locales/en/character.json @@ -11,6 +11,7 @@ "displayblurb" : "Blurb", "photourl" : "Photo Url", "inventory": "Inventory", + "social" : "Social", "_commentavatar":"AVATAR LOOKS", "bodybody" : "Body", diff --git a/locales/en/limbo.json b/locales/en/limbo.json index d468f314ed..6123509ede 100644 --- a/locales/en/limbo.json +++ b/locales/en/limbo.json @@ -18,7 +18,6 @@ "attributes" : "Attributes", "physical" : "Physical", "mental" : "Mental", - "social" : "Social", "otherExamples" : "Eg, professional pursuits, hobbies, financial, etc.", "itemDrop" : "An item has dropped!" diff --git a/locales/en/pets.json b/locales/en/pets.json index 6a086e1a7b..ab18475b32 100644 --- a/locales/en/pets.json +++ b/locales/en/pets.json @@ -29,9 +29,6 @@ "_commentdrops" : "DROPS MODALS", "dropsEnabled" : "Drops Enabled!", - "firstDrop1" : "You've unlocked the Drop System! Now when you complete tasks, you have a small chance of finding an item. You just found a ", - "firstDrop2" : "Egg", - "useGems1" : "If you've got your eye on a pet, but can't wait any longer for it to drop, use Gems in ", - "useGems2" : "Options > Inventory", - "useGems3" : " to buy one!" + "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!" }