From d62bbe0c024ca703cad80088e4591f00996fc33c Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Fri, 30 Dec 2022 02:47:14 +0200 Subject: [PATCH 20/20] freeciv-manual: Remove ruleset name from server options page That page is ruleset-agnostic, and we don't want to upload it separately for each ruleset. See osdn #46381 Signed-off-by: Marko Lindqvist --- tools/civmanual.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/civmanual.c b/tools/civmanual.c index 7a19e0d3b1..a25b3ddd57 100644 --- a/tools/civmanual.c +++ b/tools/civmanual.c @@ -255,9 +255,9 @@ static bool manual_command(void) switch (manuals) { case MANUAL_SETTINGS: - /* TRANS: markup ... Freeciv version ... ruleset name ... markup */ - fprintf(doc, _("%sFreeciv %s server options (%s)%s\n\n"), TITLE_BEGIN, - VERSION_STRING, game.control.name, TITLE_END); + /* TRANS: markup ... Freeciv version ... markup */ + fprintf(doc, _("%sFreeciv %s server options%s\n\n"), TITLE_BEGIN, + VERSION_STRING, TITLE_END); settings_iterate(SSET_ALL, pset) { char buf[256]; const char *sethelp; -- 2.39.0