mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 19:19:32 +01:00
Merge pull request #884 from nyuszika7h/google-max-results
Google: Set default value of maximumResults to 3
This commit is contained in:
commit
d5d5e57f4c
@ -118,7 +118,7 @@ conf.registerChannelValue(Google, 'oneToOne',
|
|||||||
registry.Boolean(False, _("""Determines whether results are sent in
|
registry.Boolean(False, _("""Determines whether results are sent in
|
||||||
different lines or all in the same one.""")))
|
different lines or all in the same one.""")))
|
||||||
conf.registerChannelValue(Google, 'maximumResults',
|
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.""")))
|
from the google command.""")))
|
||||||
conf.registerChannelValue(Google, 'defaultLanguage',
|
conf.registerChannelValue(Google, 'defaultLanguage',
|
||||||
Language('lang_'+ _('en'), _("""Determines what default language is used in
|
Language('lang_'+ _('en'), _("""Determines what default language is used in
|
||||||
|
Loading…
Reference in New Issue
Block a user