This commit is contained in:
Kovid Goyal 2012-07-07 11:22:22 +05:30
parent afa45a3864
commit fe23e51f55

View File

@ -427,7 +427,9 @@ def _prefs():
'accented versions, based on the language you have chosen '
'for the calibre interface. For example, in '
u' English, searching for n will match ñ and n, but if '
'your language is Spanish it will only match n.'))
'your language is Spanish it will only match n. Note that '
'this is much slower than a simple search on very large '
'libraries.'))
c.add_opt('migrated', default=False, help='For Internal use. Don\'t modify.')
return c