From f40c9d311016231874a45e0e7df7c8999d889167 Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Sat, 11 Mar 2023 03:06:58 +0200 Subject: [PATCH 15/15] Stub: Move actions related entries to correct section See osdn #46519 Signed-off-by: Marko Lindqvist --- data/stub/game.ruleset | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/data/stub/game.ruleset b/data/stub/game.ruleset index 66ed61aabe..ed35f8800e 100644 --- a/data/stub/game.ruleset +++ b/data/stub/game.ruleset @@ -250,6 +250,12 @@ bombard_max_range = 1 ; ui_name_xxx = _("%s%s") +; Suppress automatic help text generation about what enables and/or +; disables the following actions. +; +; Can make the help text less redundant when you document it your self. +;quiet_actions = "Targeted Sabotage City", "Targeted Steal Tech" + ; /* <-- avoid gettext warnings ; ; Action enablers: @@ -270,12 +276,6 @@ bombard_max_range = 1 ; [actionenabler_embassy] ; action = "Establish Embassy" -; Suppress automatic help text generation about what enables and/or -; disables the following actions. -; -; Can make the help text less redundant when you document it your self. -;quiet_actions = "Targeted Sabotage City", "Targeted Steal Tech" - [borders] ; Base border radius from city. radius_sq_city = 0 -- 2.39.2