From 5317f8bf4ac06a8444fb255cb57f60b0156e2628 Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Sun, 8 May 2022 04:48:56 +0300 Subject: [PATCH 55/55] Clarify "Pop up actions last move to allied" See osdn #44509 Signed-off-by: Marko Lindqvist --- client/options.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/client/options.c b/client/options.c index 4470078eb7..accf08027c 100644 --- a/client/options.c +++ b/client/options.c @@ -2250,7 +2250,11 @@ static struct client_option client_options[] = { "uninteresting action."), COC_INTERFACE, GUI_STUB, TRUE, NULL), GEN_BOOL_OPTION(popup_last_move_to_allied, - N_("Pop up actions last move to allied"), + /* TODO: Rename option ..._last_... to match _final_ in + * the descriptions. + * Changes options file format, needs migration + * when loading old version. */ + N_("Pop up actions when final move to allied tile"), N_("If this option is enabled the final move in a unit's" " orders to a tile with allied units or cities it can" " perform an action to is interpreted as an attempted" -- 2.35.1