From 866d9101b6b638bca2c05c68aa2e72e6ca68f47f Mon Sep 17 00:00:00 2001
From: Marko Lindqvist <cazfi74@gmail.com>
Date: Sun, 14 Jun 2026 01:37:36 +0300
Subject: [PATCH 35/35] granularity: Fix "Road Building" help text typo

See RM #2048

Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
---
 data/granularity/techs.ruleset | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/data/granularity/techs.ruleset b/data/granularity/techs.ruleset
index 23226c3923..cbd1cddd3f 100644
--- a/data/granularity/techs.ruleset
+++ b/data/granularity/techs.ruleset
@@ -536,7 +536,7 @@ req2        = "None"
 flags       = ""
 graphic     = "a.road_building"
 graphic_alt = "-"
-helptext    = _("Allows build actual roads.")
+helptext    = _("Allows building actual roads.")
 
 [advance_rituals]
 name        = _("Rituals")
-- 
2.53.0

