Made doc more clear on how to configure information_popup_type_filter

This commit is contained in:
Luke Marlin 2016-11-06 17:42:25 +01:00
parent 3c894ea558
commit 62a04803f0
2 changed files with 2 additions and 2 deletions

View file

@ -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 =

View file

@ -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``