diff --git a/src/calibre/gui2/update.py b/src/calibre/gui2/update.py index a7bc341a96..0b685e2fd2 100644 --- a/src/calibre/gui2/update.py +++ b/src/calibre/gui2/update.py @@ -75,7 +75,7 @@ class UpdateNotification(QDialog): self.logo.setPixmap(QPixmap(I('lt.png')).scaled(100, 100, Qt.IgnoreAspectRatio, Qt.SmoothTransformation)) self.label = QLabel(('

'+ - _('%(app)s has been updated to version %(ver)s. ' + _('New version %(ver)s of %(app)s is available for download. ' 'See the new features.'))%dict( app=__appname__, ver=calibre_version))