diff --git a/doc/en/weechat_plugin_api.en.txt b/doc/en/weechat_plugin_api.en.txt index cc5c11b7c..c0506ff47 100644 --- a/doc/en/weechat_plugin_api.en.txt +++ b/doc/en/weechat_plugin_api.en.txt @@ -4262,7 +4262,7 @@ option4 = weechat.config_new_option(config_file, section, "option4", "string", option5 = weechat.config_new_option(config_file, section, "option5", "color", "My option, type color", - "", 0, 100, "lightblue", "lightblue", 0, + "", 0, 0, "lightblue", "lightblue", 0, "", "", "", "", "", "") diff --git a/doc/fr/weechat_plugin_api.fr.txt b/doc/fr/weechat_plugin_api.fr.txt index d093dbaa8..2f4581aaf 100644 --- a/doc/fr/weechat_plugin_api.fr.txt +++ b/doc/fr/weechat_plugin_api.fr.txt @@ -4312,7 +4312,7 @@ option4 = weechat.config_new_option(config_file, section, "option4", "string", option5 = weechat.config_new_option(config_file, section, "option5", "color", "Mon option, type couleur", - "", 0, 100, "lightblue", "lightblue", 0, + "", 0, 0, "lightblue", "lightblue", 0, "", "", "", "", "", "") diff --git a/doc/it/weechat_plugin_api.it.txt b/doc/it/weechat_plugin_api.it.txt index 3b7620aa3..3586feed0 100644 --- a/doc/it/weechat_plugin_api.it.txt +++ b/doc/it/weechat_plugin_api.it.txt @@ -4251,7 +4251,7 @@ option4 = weechat.config_new_option(config_file, section, "option4", "string", option5 = weechat.config_new_option(config_file, section, "option5", "color", "My option, type color", - "", 0, 100, "lightblue", "lightblue", 0, + "", 0, 0, "lightblue", "lightblue", 0, "", "", "", "", "", "")