From e3cf09ea2ff63e041e04897a8d391eeaf2d35792 Mon Sep 17 00:00:00 2001 From: scamiv <6170744+scamiv@users.noreply.github.com> Date: Tue, 9 Dec 2025 16:23:21 +0100 Subject: [PATCH] Updated localization entries in en.json to improve readability by rephrasing team size descriptions. Changed "Duos (teams of 2)" to "of 2 (Duos)", and similarly for Trios and Quads. Adjusted "Players per team" to "of {num}" for consistency. --- resources/lang/en.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/lang/en.json b/resources/lang/en.json index 691e2706b..b0a08ebb4 100644 --- a/resources/lang/en.json +++ b/resources/lang/en.json @@ -234,12 +234,12 @@ "public_lobby": { "join": "Join next Game", "waiting": "players waiting", - "teams_Duos": "Duos (teams of 2)", - "teams_Trios": "Trios (teams of 3)", - "teams_Quads": "Quads (teams of 4)", + "teams_Duos": "of 2 (Duos)", + "teams_Trios": "of 3 (Trios)", + "teams_Quads": "of 4 (Quads)", "teams_hvn": "Humans Vs Nations", "teams": "{num} teams", - "players_per_team": "{num} Players per team" + "players_per_team": "of {num}" }, "matchmaking_modal": { "title": "Matchmaking",