From ea94c5beb19068b61c29875aa6d49d7f1844814c Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Sat, 22 May 2021 01:53:15 +0300 Subject: [PATCH 32/32] text.c: Correct TRANS comment See osdn #42346 Signed-off-by: Marko Lindqvist --- client/text.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/text.c b/client/text.c index 4ac43ec6a3..4967ddd561 100644 --- a/client/text.c +++ b/client/text.c @@ -1706,7 +1706,7 @@ const char *get_act_sel_action_custom_text(struct action *paction, trade_between_cities(actor_homecity, target_city)); } else { astr_set(&custom, - /* TRANS: Estimated one time bonus for + /* TRANS: Estimated recurring revenue for * the Establish Trade _Route action. */ _("%d trade"), trade_between_cities(actor_homecity, target_city)); -- 2.30.2