From 33520fc64ddda58d4dcbb4ddb70acd047782742b Mon Sep 17 00:00:00 2001 From: Bryce Wojtowicz Date: Wed, 18 Feb 2015 05:03:29 +0800 Subject: [PATCH 1/3] Fixed groups.json fixes #4702 Cheers --- common/locales/en/groups.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/locales/en/groups.json b/common/locales/en/groups.json index c71600c8d5..3cde8175b5 100644 --- a/common/locales/en/groups.json +++ b/common/locales/en/groups.json @@ -23,8 +23,8 @@ "createAParty": "Create A Party", "noPartyText": "You are either not in a party or your party is taking a while to load. You can either create one and invite friends, or if you want to join an existing party, have them enter your Unique User ID below and then come back here to look for the invitation:", "startLFG": "To advertise your new party or find one to join, go to ", - "linkLFG": "The Archery", - "endLFG": " on the Wiki.", + "linkLFG": "the Party Wanted ", + "endLFG": "(Looking for Group) Guild.", "create": "Create", "userId": "User ID", "invite": "Invite", From 9f4962615625281a0788424b7d0c34082a2e73eb Mon Sep 17 00:00:00 2001 From: Bryce Wojtowicz Date: Wed, 18 Feb 2015 05:06:10 +0800 Subject: [PATCH 2/3] fixes #4670 edit: fixed the linkLFG so it included the entire Guild name --- common/locales/en/groups.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/locales/en/groups.json b/common/locales/en/groups.json index 3cde8175b5..e8cbedf615 100644 --- a/common/locales/en/groups.json +++ b/common/locales/en/groups.json @@ -23,8 +23,8 @@ "createAParty": "Create A Party", "noPartyText": "You are either not in a party or your party is taking a while to load. You can either create one and invite friends, or if you want to join an existing party, have them enter your Unique User ID below and then come back here to look for the invitation:", "startLFG": "To advertise your new party or find one to join, go to ", - "linkLFG": "the Party Wanted ", - "endLFG": "(Looking for Group) Guild.", + "linkLFG": "the Party Wanted (Looking for Group) ", + "endLFG": "Guild.", "create": "Create", "userId": "User ID", "invite": "Invite", From 3a8643565511ce925ed87c800ec5a9c130937ec7 Mon Sep 17 00:00:00 2001 From: Bryce Wojtowicz Date: Wed, 18 Feb 2015 05:07:59 +0800 Subject: [PATCH 3/3] fixes #4670 edited groups.json (again) sorry last edit !!! --- common/locales/en/groups.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/locales/en/groups.json b/common/locales/en/groups.json index e8cbedf615..d7dfc70edb 100644 --- a/common/locales/en/groups.json +++ b/common/locales/en/groups.json @@ -22,8 +22,8 @@ "party": "Party", "createAParty": "Create A Party", "noPartyText": "You are either not in a party or your party is taking a while to load. You can either create one and invite friends, or if you want to join an existing party, have them enter your Unique User ID below and then come back here to look for the invitation:", - "startLFG": "To advertise your new party or find one to join, go to ", - "linkLFG": "the Party Wanted (Looking for Group) ", + "startLFG": "To advertise your new party or find one to join, go to the ", + "linkLFG": "Party Wanted (Looking for Group) ", "endLFG": "Guild.", "create": "Create", "userId": "User ID",