diff options
-rw-r--r-- | data/default_config.cfg | 2 | ||||
-rw-r--r-- | doc/source/configuration.rst | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/data/default_config.cfg b/data/default_config.cfg index ff0bf698..689fd4a6 100644 --- a/data/default_config.cfg +++ b/data/default_config.cfg @@ -198,7 +198,7 @@ use_bookmarks_method = # Possible values; error, roster, warning, info, help #information_buffer_popup_on = error roster warning help info -# A list of message types that should be filtered out from the +# A list of message types separated by colons (":") that should be filtered out from the # information buffer. # Possible values; error, roster, warning, info, help #information_buffer_type_filter = diff --git a/doc/source/configuration.rst b/doc/source/configuration.rst index f13597e8..3f9cd094 100644 --- a/doc/source/configuration.rst +++ b/doc/source/configuration.rst @@ -634,7 +634,7 @@ or the way messages are displayed. Some informational messages (error, a contact getting connected, etc) are sometimes added to the information buffer. - A list of message types that should never be displayed in the information + A list of message types separated by colons (":") that should never be displayed in the information buffer. Possible values: ``error``, ``roster``, ``warning``, ``info``, ``help`` |