mirror of
				https://github.com/kovidgoyal/calibre.git
				synced 2025-11-03 19:17:02 -05:00 
			
		
		
		
	Show number of dups found
This commit is contained in:
		
							parent
							
								
									fa392c42a8
								
							
						
					
					
						commit
						b5e7eaa2c7
					
				@ -20,7 +20,10 @@ class DuplicatesQuestion(QDialog):
 | 
			
		||||
        QDialog.__init__(self, parent)
 | 
			
		||||
        self.l = l = QGridLayout()
 | 
			
		||||
        self.setLayout(l)
 | 
			
		||||
        self.setWindowTitle(_('Duplicates found!'))
 | 
			
		||||
        t = ngettext('Duplicate found', 'Duplicates found', len(duplicates))
 | 
			
		||||
        if len(duplicates) > 1:
 | 
			
		||||
            t = '%d %s' % (len(duplicates), t)
 | 
			
		||||
        self.setWindowTitle(t)
 | 
			
		||||
        self.i = i = QIcon(I('dialog_question.png'))
 | 
			
		||||
        self.setWindowIcon(i)
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user