mirror of
				https://github.com/kovidgoyal/calibre.git
				synced 2025-11-02 18:47:01 -05:00 
			
		
		
		
	Adda note about conversion progress stalling
This commit is contained in:
		
							parent
							
								
									9bb972a2ad
								
							
						
					
					
						commit
						bc861ca8f8
					
				@ -146,11 +146,13 @@ def create_converting_markup():
 | 
				
			|||||||
    ans = E.div(
 | 
					    ans = E.div(
 | 
				
			||||||
        E.div(
 | 
					        E.div(
 | 
				
			||||||
            style='text-align: center; margin: auto',
 | 
					            style='text-align: center; margin: auto',
 | 
				
			||||||
            _('Converting, please wait...'),
 | 
					            _('Converting, please wait…'),
 | 
				
			||||||
            E.div(E.progress()),
 | 
					            E.div(E.progress()),
 | 
				
			||||||
            E.div('\xa0', class_='progress-msg'),
 | 
					            E.div('\xa0', class_='progress-msg'),
 | 
				
			||||||
            E.div('\xa0'),
 | 
					            E.div('\xa0'),
 | 
				
			||||||
            E.div(_('Click the close button in the top left corner to abort the conversion')),
 | 
					            E.div(_('Conversion progress can sometimes stall for a few minutes when converting complex books, that is normal.')),
 | 
				
			||||||
 | 
					            E.div('\xa0'),
 | 
				
			||||||
 | 
					            E.div(_('Click the close button in the top left corner to abort the conversion.')),
 | 
				
			||||||
        )
 | 
					        )
 | 
				
			||||||
    )
 | 
					    )
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user