From 85cace01be9def34ef3eab55d0f63eaa0680bdf7 Mon Sep 17 00:00:00 2001
From: Marko Lindqvist <cazfi74@gmail.com>
Date: Tue, 8 Sep 2026 18:55:43 +0300
Subject: [PATCH 67/67] Remove double spaces from Engineers helptext

See RM #2229

Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
---
 data/civ2/units.ruleset        | 8 ++++----
 data/classic/units.ruleset     | 6 +++---
 data/goldkeep/units.ruleset    | 6 +++---
 data/multiplayer/units.ruleset | 6 +++---
 4 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/data/civ2/units.ruleset b/data/civ2/units.ruleset
index f043017e89..5af5bd1102 100644
--- a/data/civ2/units.ruleset
+++ b/data/civ2/units.ruleset
@@ -509,16 +509,16 @@ flags         = "Workers", "Cant_Fortify", "NonMil", "Transform",
 roles         = "Settlers", "WorkerStartUnit", "CitiesStartUnit"
 helptext      = _("\
 Engineers are similar to Settlers, but they work twice as fast and\
- move twice as fast.  Engineers may also perform major terrain\
+ move twice as fast. Engineers may also perform major terrain\
  transformations (for example, converting Tundra into Desert) which\
  are beyond the capabilities of Settlers; see the Terrain\
  Alterations section for more details.\
 "), _("\
-TIP 1:  Upgrade Settlers to Engineers when possible, as Engineers\
+TIP 1: Upgrade Settlers to Engineers when possible, as Engineers\
  require the same resources as ordinary Settlers.\
 "), _("\
-TIP 2:  If you manage to build Leonardo's Workshop, research\
- Explosives before the Workshop becomes obsolete.  This way,\
+TIP 2: If you manage to build Leonardo's Workshop, research\
+ Explosives before the Workshop becomes obsolete. This way,\
  your Settler units will be upgraded for free.\
 ")
 
diff --git a/data/classic/units.ruleset b/data/classic/units.ruleset
index daf27be18f..ff2176a72f 100644
--- a/data/classic/units.ruleset
+++ b/data/classic/units.ruleset
@@ -582,11 +582,11 @@ Engineers are similar to Workers, but they work twice as fast and\
  on a tile surrounded by sufficient existing land). See the\
  Terrain Alterations section for more details.\
 "), _("\
-TIP 1:  Upgrade Workers to Engineers when possible, as Engineers\
+TIP 1: Upgrade Workers to Engineers when possible, as Engineers\
  require the same resources as ordinary Workers.\
 "), _("\
-TIP 2:  If you manage to build Leonardo's Workshop, research\
- Explosives before the Workshop becomes obsolete.  This way,\
+TIP 2: If you manage to build Leonardo's Workshop, research\
+ Explosives before the Workshop becomes obsolete. This way,\
  your Workers units will be upgraded for free.\
 ")
 
diff --git a/data/goldkeep/units.ruleset b/data/goldkeep/units.ruleset
index f658698488..54477ee796 100644
--- a/data/goldkeep/units.ruleset
+++ b/data/goldkeep/units.ruleset
@@ -605,11 +605,11 @@ Engineers are similar to Workers, but they work twice as fast and\
  on a tile surrounded by sufficient existing land). See the\
  Terrain Alterations section for more details.\
 "), _("\
-TIP 1:  Upgrade Workers to Engineers when possible, as Engineers\
+TIP 1: Upgrade Workers to Engineers when possible, as Engineers\
  require the same resources as ordinary Workers.\
 "), _("\
-TIP 2:  If you manage to build Leonardo's Workshop, research\
- Explosives before the Workshop becomes obsolete.  This way,\
+TIP 2: If you manage to build Leonardo's Workshop, research\
+ Explosives before the Workshop becomes obsolete. This way,\
  your Workers units will be upgraded for free.\
 ")
 
diff --git a/data/multiplayer/units.ruleset b/data/multiplayer/units.ruleset
index d17f17ac93..2feb5e6462 100644
--- a/data/multiplayer/units.ruleset
+++ b/data/multiplayer/units.ruleset
@@ -583,11 +583,11 @@ Engineers are similar to Workers, but they work twice as fast and\
  on a tile surrounded by sufficient existing land). See the\
  Terrain Alterations section for more details.\
 "), _("\
-TIP 1:  Upgrade Workers to Engineers when possible, as Engineers\
+TIP 1: Upgrade Workers to Engineers when possible, as Engineers\
  require the same resources as ordinary Workers.\
 "), _("\
-TIP 2:  If you manage to build Leonardo's Workshop, research\
- Explosives before the Workshop becomes obsolete.  This way,\
+TIP 2: If you manage to build Leonardo's Workshop, research\
+ Explosives before the Workshop becomes obsolete. This way,\
  your Workers units will be upgraded for free.\
 ")
 
-- 
2.53.0

