mirror of
				https://github.com/janeczku/calibre-web
				synced 2025-10-31 15:23:02 +00:00 
			
		
		
		
	Fix grammar mistake
This commit is contained in:
		| @@ -141,7 +141,7 @@ def send_registration_mail(e_mail, user_name, default_password, resend=False): | |||||||
|  |  | ||||||
| def check_send_to_ereader_with_converter(formats): | def check_send_to_ereader_with_converter(formats): | ||||||
|     book_formats = list() |     book_formats = list() | ||||||
|     if 'EPUB' in formats and 'EPUB' not in formats: |     if 'MOBI' in formats and 'EPUB' not in formats: | ||||||
|         book_formats.append({'format': 'Epub', |         book_formats.append({'format': 'Epub', | ||||||
|                              'convert': 1, |                              'convert': 1, | ||||||
|                              'text': _('Convert %(orig)s to %(format)s and send to E-Reader', |                              'text': _('Convert %(orig)s to %(format)s and send to E-Reader', | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 leexia
					leexia