mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-01-01 08:25:40 +01:00
...
This commit is contained in:
parent
beb69ea7da
commit
1e55722354
1 changed files with 1 additions and 1 deletions
|
|
@ -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'))
|
||||
|
|
|
|||
Loading…
Reference in a new issue