From 76b164e1909057476dbd358a6aaf959f1f27215f Mon Sep 17 00:00:00 2001 From: log65536 Date: Fri, 1 Oct 2021 05:49:33 +0900 Subject: [PATCH] Fix help text for the trade_revenue_style server option See osdn #42961 Signed-off-by: log65536 --- server/settings.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/server/settings.c b/server/settings.c index beaba47..37407ec 100644 --- a/server/settings.c +++ b/server/settings.c @@ -2172,8 +2172,9 @@ static struct setting settings[] = { SSET_RULES, SSET_ECONOMICS, SSET_RARE, ALLOW_NONE, ALLOW_BASIC, N_("Trade revenue style"), N_("The formula for the trade a city receives from a traderoute. " - "CLASSIC revenues depend on distance and trade with " - "multipliers for overseas and international routes. " + "CLASSIC revenues are given by the sum of the two city sizes " + "plus the distance between them, with multipliers for overseas " + "and international routes. " "SIMPLE revenues are proportional to the average trade of the " "two cities."), NULL, NULL, NULL, traderevenuestyle_name, -- 2.6.5