mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
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:
parent
6f4ce0c0bc
commit
549c65a557
@ -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!'))
|
||||
|
Loading…
x
Reference in New Issue
Block a user