From 2e57de5cfbdd631b90767246d9151126c3abda88 Mon Sep 17 00:00:00 2001 From: FloPinguin <25036848+FloPinguin@users.noreply.github.com> Date: Tue, 13 Jan 2026 03:54:00 +0100 Subject: [PATCH] =?UTF-8?q?Change=20"This=20game=20ended=20with=20no=20win?= =?UTF-8?q?ner"=20to=20"This=20game=20ended=20with=20no=20winner=20(or=20a?= =?UTF-8?q?=20Nation=20won)"=20=F0=9F=99=82=20(#2880)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Description: image ## Please complete the following: - [X] I have added screenshots for all UI updates - [X] I process any text displayed to the user through translateText() and I've added it to the en.json file - [X] I have added relevant tests to the test directory - [X] I confirm I have thoroughly tested these changes and take full responsibility for any bugs introduced ## Please put your Discord username so you can be contacted if a bug or regression is found: FloPinguin Co-authored-by: Ryan <7389646+ryanbarlow97@users.noreply.github.com> --- resources/lang/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/en.json b/resources/lang/en.json index 826149226..3467d1150 100644 --- a/resources/lang/en.json +++ b/resources/lang/en.json @@ -235,7 +235,7 @@ "pirate": "Pirate", "conquered": "Conquered", "loading_game_info": "Loading game stats", - "no_winner": "This game ended with no winner" + "no_winner": "This game ended with no winner (or a Nation won)" }, "map": { "map": "Map",