Merge pull request #884 from nyuszika7h/google-max-results

Google: Set default value of maximumResults to 3
This commit is contained in:
Valentin Lorentz 2014-11-26 08:13:43 +01:00
commit d5d5e57f4c

View File

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