From 2232c4ce7bdafd541e9ccb5e3db9d9ef6c29ec6c Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Fri, 15 Jul 2022 05:29:03 +0300 Subject: [PATCH 50/50] Refer to modpack installer in help of client options See osdn #45043 Signed-off-by: Marko Lindqvist --- client/options.c | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/client/options.c b/client/options.c index 6445a417a1..59f8b6bce3 100644 --- a/client/options.c +++ b/client/options.c @@ -1901,15 +1901,17 @@ static struct client_option client_options[] = { COC_NETWORK, GUI_STUB, TRUE, NULL), GEN_STR_LIST_OPTION(default_sound_set_name, N_("Soundset"), - N_("This is the soundset that will be used. Changing " + N_("This is the soundset that will be used. Changing " "this is the same as using the -S command-line " - "parameter."), + "parameter. Use modpack installer utility to install " + "additional soundsets."), COC_SOUND, GUI_STUB, "stdsounds", get_soundset_list, NULL, 0), GEN_STR_LIST_OPTION(default_music_set_name, N_("Musicset"), - N_("This is the musicset that will be used. Changing " + N_("This is the musicset that will be used. Changing " "this is the same as using the -m command-line " - "parameter."), + "parameter. Use modpack installer utility to install " + "additional musicsets."), COC_SOUND, GUI_STUB, "stdmusic", get_musicset_list, musicspec_reread_callback, 0), GEN_STR_LIST_OPTION(default_sound_plugin_name, N_("Sound plugin"), @@ -1961,7 +1963,9 @@ static struct client_option client_options[] = { "This may change the currently active tileset, if " "you are playing on such a map, in which " "case this is the same as using the -t " - "command-line parameter."), + "command-line parameter. " + "Use modpack installer utility to install " + "additional tilesets."), COC_GRAPHICS, GUI_STUB, "", get_tileset_list, tilespec_reread_callback, 0), GEN_STR_LIST_OPTION(default_tileset_hex_name, N_("Tileset (Hex)"), @@ -1969,7 +1973,9 @@ static struct client_option client_options[] = { "This may change the currently active tileset, if " "you are playing on such a map, in which " "case this is the same as using the -t " - "command-line parameter."), + "command-line parameter. " + "Use modpack installer utility to install " + "additional tilesets."), COC_GRAPHICS, GUI_STUB, "", get_tileset_list, tilespec_reread_callback, TF_HEX), GEN_STR_LIST_OPTION(default_tileset_isohex_name, N_("Tileset (Iso-Hex)"), @@ -1977,7 +1983,9 @@ static struct client_option client_options[] = { "This may change the currently active tileset, if " "you are playing on such a map, in which " "case this is the same as using the -t " - "command-line parameter."), + "command-line parameter." + "Use modpack installer utility to install " + "additional tilesets."), COC_GRAPHICS, GUI_STUB, "", get_tileset_list, tilespec_reread_callback, TF_ISO | TF_HEX), -- 2.35.1