From 8f8d1195c2044478ba209e706e4ebb825e65ca52 Mon Sep 17 00:00:00 2001 From: Dunedan Date: Mon, 12 Jan 2026 07:59:59 +0100 Subject: [PATCH] Fix translatable strings in XML files Some translatable strings in XML files have leading and trailing line breaks and tabs. As these characters are significant in text in XML files, they don't belong there. Refs: #8649 --- .../GameSetupPage/Panels/Buttons/SavedGameLabel.xml | 4 +--- .../mods/public/gui/splashscreen/splashscreen.xml | 12 +++--------- 2 files changed, 4 insertions(+), 12 deletions(-) diff --git a/binaries/data/mods/public/gui/gamesetup/Pages/GameSetupPage/Panels/Buttons/SavedGameLabel.xml b/binaries/data/mods/public/gui/gamesetup/Pages/GameSetupPage/Panels/Buttons/SavedGameLabel.xml index a4c6ff9e3a..359713ce69 100644 --- a/binaries/data/mods/public/gui/gamesetup/Pages/GameSetupPage/Panels/Buttons/SavedGameLabel.xml +++ b/binaries/data/mods/public/gui/gamesetup/Pages/GameSetupPage/Panels/Buttons/SavedGameLabel.xml @@ -8,7 +8,5 @@ Saved game - - The controller loaded a saved game. - + The controller loaded a saved game. diff --git a/binaries/data/mods/public/gui/splashscreen/splashscreen.xml b/binaries/data/mods/public/gui/splashscreen/splashscreen.xml index 1b960cfa3f..9320b8d6cc 100644 --- a/binaries/data/mods/public/gui/splashscreen/splashscreen.xml +++ b/binaries/data/mods/public/gui/splashscreen/splashscreen.xml @@ -23,25 +23,19 @@ - - This game is still in development. You may encounter bugs, and some features are not as fleshed out as we would like. - + This game is still in development. You may encounter bugs, and some features are not as fleshed out as we would like. - - The game can have performance problems, especially with large maps and a great number of units. - + The game can have performance problems, especially with large maps and a great number of units. - - 0 A.D. is Free Software: you can participate in its development. If you want to help with art, sound, gameplay or programming, make sure to join our official forum. - + 0 A.D. is Free Software: you can participate in its development. If you want to help with art, sound, gameplay or programming, make sure to join our official forum.