From b880da35657089b3bf682891012c89b772187981 Mon Sep 17 00:00:00 2001 From: Dino Date: Mon, 15 Dec 2025 20:09:48 -0500 Subject: [PATCH] Qt: improve F4 city report, trade routes column width See RM #1815 --- client/cityrepdata.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/cityrepdata.c b/client/cityrepdata.c index cc4699e2a8..3de0368ce3 100644 --- a/client/cityrepdata.c +++ b/client/cityrepdata.c @@ -816,8 +816,8 @@ static const struct city_report_spec base_city_report_specs[] = { NULL, FUNC_TAG(performance) }, { FALSE, 3, NULL, N_("?Continent:C"), N_("Continent number"), NULL, FUNC_TAG(continent) }, - { FALSE, 1, N_("?number_trade_routes:n"), - N_("?number_trade_routes:R"), + { FALSE, 6, N_("?number_trade_routes:Trade"), + N_("?number_trade_routes:Routes"), N_("Number (and total value) of trade routes"), NULL, FUNC_TAG(trade_routes) }, { FALSE, 3, NULL, N_("?pollution [short]:Pol"), N_("?stats:Pollution"), -- 2.31.0