diff --git a/src/calibre/gui2/update.py b/src/calibre/gui2/update.py index 9929d50a7e..847b5785e9 100644 --- a/src/calibre/gui2/update.py +++ b/src/calibre/gui2/update.py @@ -52,7 +52,8 @@ class UpdateNotification(QDialog): self.label = QLabel('
'+ _('%s has been updated to version %s. ' 'See the new features.')%(__appname__, version)) + '">new features. Only update if one of the ' + 'new features or bug fixes is important to you.')%(__appname__, version)) self.label.setOpenExternalLinks(True) self.label.setWordWrap(True) self.setWindowTitle(_('Update available!'))