This commit is contained in:
Kovid Goyal 2013-02-16 19:18:49 +05:30
parent 6d973fa811
commit 4678192132

View File

@ -49,7 +49,7 @@ class Polish(QDialog): # {{{
' formats are not capable of supporting all the' ' formats are not capable of supporting all the'
' metadata in calibre.</p>'), ' metadata in calibre.</p>'),
'jacket':_('<h3>Book Jacket</h3>%s')%HELP['jacket'], 'jacket':_('<h3>Book Jacket</h3>%s')%HELP['jacket'],
'remove_jacket':_('<h3>Remove Book Jacket</h3>%s')%HELP['jacket'], 'remove_jacket':_('<h3>Remove Book Jacket</h3>%s')%HELP['remove_jacket'],
} }
self.l = l = QGridLayout() self.l = l = QGridLayout()