From 78569c818cef3398a63eb8ebec225a127e3c292f Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 13 Apr 2012 09:09:47 +0530 Subject: [PATCH] ... --- src/calibre/utils/config_base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/utils/config_base.py b/src/calibre/utils/config_base.py index 24dc5b2cc6..7fb120d028 100644 --- a/src/calibre/utils/config_base.py +++ b/src/calibre/utils/config_base.py @@ -418,7 +418,7 @@ def _prefs(): c.add_opt('limit_search_columns_to', default=['title', 'authors', 'tags', 'series', 'publisher'], help=_('Choose columns to be searched when not using prefixes, ' - 'as for example, when searching for Redd instead of ' + 'as for example, when searching for Red instead of ' 'title:Red. Enter a list of search/lookup names ' 'separated by commas. Only takes effect if you set the option ' 'to limit search columns above.'))