This commit is contained in:
Kovid Goyal 2013-12-06 20:49:14 +05:30
parent beb69ea7da
commit 1e55722354

View file

@ -22,7 +22,7 @@ def __init__(self, fmts, parent=None):
self.setWindowTitle(_('Choose format to tweak'))
self.la = la = QLabel(_(
'This book mas multiple formats that can be tweaked. Choose the format you want to tweak.'))
'This book has multiple formats that can be tweaked. Choose the format you want to tweak.'))
l.addWidget(la)
self.rem = QCheckBox(_('Always ask when more than one format is available'))