From 1e55722354e32e462af6b2424159a7ed1def388e Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 6 Dec 2013 20:49:14 +0530 Subject: [PATCH] ... --- src/calibre/gui2/actions/tweak_epub.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/gui2/actions/tweak_epub.py b/src/calibre/gui2/actions/tweak_epub.py index 2f8eeb02d3..8ce8b2a7d3 100755 --- a/src/calibre/gui2/actions/tweak_epub.py +++ b/src/calibre/gui2/actions/tweak_epub.py @@ -22,7 +22,7 @@ class Choose(QDialog): 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'))