mirror of
				https://github.com/kovidgoyal/calibre.git
				synced 2025-10-31 10:37:00 -04:00 
			
		
		
		
	...
This commit is contained in:
		
							parent
							
								
									96947fd01a
								
							
						
					
					
						commit
						dd62bd3e7e
					
				| @ -441,17 +441,18 @@ def create_global_prefs(conf_obj=None): | ||||
|             help=_(u'Characters typed in the search box will match their ' | ||||
|                    'accented versions, based on the language you have chosen ' | ||||
|                    'for the calibre interface. For example, in ' | ||||
|                    u' English, searching for n will match %s and n, but if ' | ||||
|                    u'English, searching for n will match both ñ and n, but if ' | ||||
|                    'your language is Spanish it will only match n. Note that ' | ||||
|                    'this is much slower than a simple search on very large ' | ||||
|                    'libraries. Note that this option will have no effect if you turn ' | ||||
|                    'on case-sensitive searching')%u'\xf1') | ||||
|                    'libraries. Also, this option will have no effect if you turn ' | ||||
|                    'on case-sensitive searching')) | ||||
|     c.add_opt('case_sensitive', default=False, help=_( | ||||
|         'Make searches case-sensitive')) | ||||
| 
 | ||||
|     c.add_opt('migrated', default=False, help='For Internal use. Don\'t modify.') | ||||
|     return c | ||||
| 
 | ||||
| 
 | ||||
| prefs = ConfigProxy(create_global_prefs()) | ||||
| if prefs['installation_uuid'] is None: | ||||
|     import uuid | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user