From 099059462249c24e7181db142f511c00e3f84c36 Mon Sep 17 00:00:00 2001 From: agentx999 Date: Tue, 9 Jun 2015 10:53:54 -0700 Subject: [PATCH 1/4] removed unused text (untilNoFace) --- common/locales/en/generic.json | 1 - 1 file changed, 1 deletion(-) diff --git a/common/locales/en/generic.json b/common/locales/en/generic.json index c1aa3c2118..d92d82a524 100644 --- a/common/locales/en/generic.json +++ b/common/locales/en/generic.json @@ -70,7 +70,6 @@ "lastLoggedIn": "- Last logged in", "notPorted": "This feature is not yet ported from the original site.", "buyThis": "Buy this <%= text %> with <%= price %> of your <%= gems %> Gems?", - "untilNoFace": "Until we add Facebook, use your UUID and API Token to log in (found at https://habitrpg.com > Options > Settings).", "noReachServer": "Server not currently reachable, try again later", "errorUpCase": "ERROR:", "newPassSent": "New password sent.", From ef6fa13943b737aa1a4f1cedf0fdbf31cf78257f Mon Sep 17 00:00:00 2001 From: agentx999 Date: Tue, 9 Jun 2015 10:55:30 -0700 Subject: [PATCH 2/4] removed mention of "options" menu --- common/locales/en/quests.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/locales/en/quests.json b/common/locales/en/quests.json index c2aada5de6..41fa3627f0 100644 --- a/common/locales/en/quests.json +++ b/common/locales/en/quests.json @@ -3,7 +3,7 @@ "quest": "quest", "completed": "Completed!", "youReceived": "You've Received", - "questSend": "Clicking \"Invite\" will send an invitation to your party members. When all members have accepted or denied, the quest begins. See status under Options > Social > Party.", + "questSend": "Clicking \"Invite\" will send an invitation to your party members. When all members have accepted or denied, the quest begins. See status under Social > Party.", "inviteParty": "Invite Party", "questInvitation": "Quest Invitation: ", "questInvitationTitle": "Quest Invitation", From 87462043b6fd655f70c343fd90e19bb46b8070f6 Mon Sep 17 00:00:00 2001 From: agentx999 Date: Tue, 9 Jun 2015 10:57:22 -0700 Subject: [PATCH 3/4] changed comma to semicolon --- common/locales/en/character.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/locales/en/character.json b/common/locales/en/character.json index befd0d5f9c..25cb0e639d 100644 --- a/common/locales/en/character.json +++ b/common/locales/en/character.json @@ -48,7 +48,7 @@ "classBonusText": "Your class (Warrior, if you haven't unlocked or selected another class) uses its own equipment more effectively than gear from other classes. Equipped gear from your current class gets a 50% boost to the attribute bonus it grants.", "classEquipBonus": "Class Bonus", "battleGear": "Battle Gear", - "battleGearText": "This is the gear you wear into battle, it affects numbers when interacting with your tasks.", + "battleGearText": "This is the gear you wear into battle; it affects numbers when interacting with your tasks.", "costume": "Costume", "costumeText": "If you prefer the look of other gear to what you have equipped, check the \"Use Costume\" box to visually don a costume while wearing your battle gear underneath.", "useCostume": "Use Costume", From 738b78393cfe09ec4fb3b46dae45e5c9d6c72316 Mon Sep 17 00:00:00 2001 From: agentx999 Date: Tue, 9 Jun 2015 10:59:09 -0700 Subject: [PATCH 4/4] added a space to defaultHabit1Notes --- common/locales/en/defaultTasks.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/locales/en/defaultTasks.json b/common/locales/en/defaultTasks.json index 48e405ab6f..cf7e179494 100644 --- a/common/locales/en/defaultTasks.json +++ b/common/locales/en/defaultTasks.json @@ -1,7 +1,7 @@ { "defaultTaskNotes": " ", "defaultHabit1Text": "Productive Work (Click the pencil to edit)", - "defaultHabit1Notes": "Sample Good Habits: + Eat a vegetable +15 minutes productive work", + "defaultHabit1Notes": "Sample Good Habits: + Eat a vegetable + 15 minutes productive work", "defaultHabit2Text": "Eat Junk Food (Click the pencil to edit)", "defaultHabit2Notes": "Sample Bad Habits: - Smoke - Procrastinate",