Change update message so that I stop getting annoyed by people that can't seem to understand that there is no compulsion to update.

This commit is contained in:
Kovid Goyal 2011-05-28 23:24:58 -06:00
parent 6f4ce0c0bc
commit 549c65a557

View File

@ -52,7 +52,8 @@ class UpdateNotification(QDialog):
self.label = QLabel('<p>'+
_('%s has been updated to version <b>%s</b>. '
'See the <a href="http://calibre-ebook.com/whats-new'
'">new features</a>.')%(__appname__, version))
'">new features</a>. 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!'))