mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 02:49:27 +01:00
Google: Set default value of maximumResults to 3
3 results usually fit in a single message, on the other hand the default of 8 is too much.
This commit is contained in:
parent
94b1074749
commit
b3f129435d
@ -118,7 +118,7 @@ conf.registerChannelValue(Google, 'oneToOne',
|
||||
registry.Boolean(False, _("""Determines whether results are sent in
|
||||
different lines or all in the same one.""")))
|
||||
conf.registerChannelValue(Google, 'maximumResults',
|
||||
NumSearchResults(8, _("""Determines the maximum number of results returned
|
||||
NumSearchResults(3, _("""Determines the maximum number of results returned
|
||||
from the google command.""")))
|
||||
conf.registerChannelValue(Google, 'defaultLanguage',
|
||||
Language('lang_'+ _('en'), _("""Determines what default language is used in
|
||||
|
Loading…
Reference in New Issue
Block a user